Ре/До спрайт гражданского наномеда под наш наномед (#3508)

This commit is contained in:
KaiserMaus 2025-12-25 00:35:10 +00:00 committed by GitHub
parent d78f212887
commit 0edc918beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 8 deletions

View file

@ -1,19 +1,25 @@
- type: entity
id: MechCartridge
abstract: true
- type: entity
id: ShellShotgunMechIncendiary
parent: [ShellShotgunIncendiary, MechCartridge]
components:
- type: CartridgeAmmo
deleteOnSpawn: true
- type: entity
id: ShellShotgunMechIncendiary
parent: [ShellShotgunIncendiary, MechCartridge]
- type: entity
id: ShellShotgunMech
parent: [ShellShotgun, MechCartridge]
components:
- type: HitScanCartridgeAmmo
deleteOnSpawn: true
- type: entity
id: CartridgeHeavyRifleRFMJMech
parent: [CartridgeHeavyRifleRFMJ, MechCartridge]
components:
- type: HitScanCartridgeAmmo
deleteOnSpawn: true

View file

@ -17,8 +17,8 @@
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1
0.4,
0.4
]
]
},
@ -26,8 +26,8 @@
"name": "normal-unshaded",
"delays": [
[
0.1,
0.1
0.4,
0.4
]
]
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 189 B