Various item contraband fixes (#32614)
* fixes current contraband issues: xray cannon, hos's trench coats, stinger grenades * yet another contraband addition
This commit is contained in:
parent
4ee60e7d2b
commit
d362ca4687
|
|
@ -83,7 +83,7 @@
|
|||
damageCoefficient: 0.9
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase]
|
||||
parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase, BaseSecurityCommandContraband]
|
||||
id: ClothingOuterCoatHoSTrench
|
||||
name: head of security's armored trenchcoat
|
||||
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
parent: [ClothingOuterStorageBase, BaseSyndicateContraband]
|
||||
id: ClothingOuterCoatSyndieCap
|
||||
name: syndicate's coat
|
||||
description: The syndicate's coat is made of durable fabric, with gilded patterns.
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
sprite: Clothing/OuterClothing/Coats/syndicate/coatsyndiecap.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterCoatHoSTrench
|
||||
parent: [BaseSyndicateContraband, ClothingOuterCoatHoSTrench] # BaseSyndicateContraband as first parent so contraband system takes that as priority, yeah I know
|
||||
id: ClothingOuterCoatSyndieCapArmored
|
||||
name: syndicate's armored coat
|
||||
description: The syndicate's armored coat is made of durable fabric, with gilded patterns.
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@
|
|||
|
||||
##########################################################
|
||||
- type: entity
|
||||
parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable, BaseCommandContraband]
|
||||
parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable, BaseSecurityCommandContraband]
|
||||
id: ClothingOuterWinterHoS
|
||||
name: head of security's armored winter coat
|
||||
description: A sturdy, utilitarian winter coat designed to protect a head of security from any brig-bound threats and hypothermic events.
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
##########################################################
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingOuterWinterCoatToggleable, BaseCommandContraband]
|
||||
parent: [ClothingOuterWinterCoatToggleable, BaseSecurityCommandContraband]
|
||||
id: ClothingOuterWinterHoSUnarmored
|
||||
name: head of security's winter coat
|
||||
description: A sturdy coat, a warm coat, but not an armored coat.
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@
|
|||
|
||||
- type: entity
|
||||
name: x-ray cannon
|
||||
parent: [BaseWeaponBattery, BaseGunWieldable]
|
||||
parent: [BaseWeaponBattery, BaseGunWieldable, BaseSecurityContraband]
|
||||
id: WeaponXrayCannon
|
||||
description: An experimental weapon that uses concentrated x-ray energy against its target.
|
||||
components:
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
cluster-payload: !type:Container
|
||||
|
||||
- type: entity
|
||||
parent: [GrenadeBase, BaseSyndicateContraband]
|
||||
parent: [GrenadeBase, BaseSecurityContraband]
|
||||
id: GrenadeStinger
|
||||
name: stinger grenade
|
||||
description: Nothing to see here, please disperse.
|
||||
|
|
|
|||
Loading…
Reference in New Issue