Reduced Pneumatic Cannon inventory space by 75%, removed cannon blacklist (#26878)
Reduced Pneumatic Cannon inventory space by 75%, removed cannon whitelist.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: BaseArrow
|
||||
abstract: true
|
||||
@@ -35,7 +35,6 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Arrow
|
||||
- CannonRestrict
|
||||
- type: Projectile
|
||||
deleteOnCollide: false
|
||||
onlyCollideWhenShot: true
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
selectedMode: SemiAuto
|
||||
availableModes:
|
||||
- SemiAuto
|
||||
- FullAuto
|
||||
soundGunshot:
|
||||
path: /Audio/Effects/thunk.ogg
|
||||
soundEmpty:
|
||||
@@ -34,10 +33,7 @@
|
||||
- type: Storage
|
||||
maxItemSize: Normal
|
||||
grid:
|
||||
- 0,0,3,3
|
||||
blacklist:
|
||||
tags:
|
||||
- CannonRestrict
|
||||
- 0,0,1,1
|
||||
- type: Appearance
|
||||
- type: ItemMapper
|
||||
containerWhitelist: [gas_tank]
|
||||
|
||||
@@ -263,7 +263,6 @@
|
||||
tags:
|
||||
- CombatKnife
|
||||
- Knife
|
||||
- CannonRestrict
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/throwing_knife.rsi
|
||||
state: icon
|
||||
|
||||
@@ -261,9 +261,6 @@
|
||||
- type: Tag
|
||||
id: CannonBall
|
||||
|
||||
- type: Tag
|
||||
id: CannonRestrict
|
||||
|
||||
- type: Tag
|
||||
id: CannotSuicide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user