Ре/До спрайт гражданского наномеда под наш наномед (#3508)
This commit is contained in:
parent
d78f212887
commit
0edc918beb
4 changed files with 14 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Add table
Reference in a new issue