Ninja items are now highly illegal (#39855)
* Added tactical katana + tactical katana shipment (placeholder descriptions) * Revert "Added tactical katana + tactical katana shipment (placeholder descriptions)" This reverts commit aa1928be7f4d938df1838943781e63c47a03cc11. Whoops, committed to master by mistake * Made ninja items highly illegal * Rerun checks
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingEyesBase, BaseMajorContraband]
|
||||
parent: [ClothingEyesBase, BaseHighlyIllegalContraband]
|
||||
id: ClothingEyesVisorNinja
|
||||
name: ninja visor
|
||||
description: An advanced visor protecting a ninja's eyes from flashing lights.
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
- type: FingerprintMask
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingHandsBase, BaseToggleClothing, BaseMajorContraband]
|
||||
parent: [ClothingHandsBase, BaseToggleClothing, BaseHighlyIllegalContraband]
|
||||
id: ClothingHandsGlovesSpaceNinja
|
||||
name: space ninja gloves
|
||||
description: These black nano-enhanced gloves insulate from electricity and provide fire resistance.
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
|
||||
#Space Ninja Helmet
|
||||
- type: entity
|
||||
parent: [ClothingHeadEVAHelmetBase, BaseMajorContraband]
|
||||
parent: [ClothingHeadEVAHelmetBase, BaseHighlyIllegalContraband]
|
||||
id: ClothingHeadHelmetSpaceNinja
|
||||
name: space ninja helmet
|
||||
description: What may appear to be a simple black garment is in fact a highly sophisticated nano-weave helmet. Standard issue ninja gear.
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
- Tail
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseToggleClothing, BaseMajorContraband]
|
||||
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseToggleClothing, BaseHighlyIllegalContraband]
|
||||
id: ClothingOuterSuitSpaceNinja
|
||||
name: space ninja suit
|
||||
description: This black technologically advanced, cybernetically-enhanced suit provides many abilities like invisibility or teleportation.
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
maxContactWalkSlowdown: 0.7
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingShoesBaseButcherable, BaseMajorContraband]
|
||||
parent: [ClothingShoesBaseButcherable, BaseHighlyIllegalContraband]
|
||||
id: ClothingShoesSpaceNinja
|
||||
name: space ninja shoes
|
||||
description: A pair of nano-enhanced boots with built-in magnetic suction cups.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: spider clan charge
|
||||
description: A modified C-4 charge supplied to you by the Spider Clan. Its explosive power has been juiced up, but only works in one specific area.
|
||||
# not actually modified C-4! oh the horror!
|
||||
parent: [ BaseItem, BaseMajorContraband ]
|
||||
parent: [ BaseItem, BaseHighlyIllegalContraband ]
|
||||
id: SpiderCharge
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -144,6 +144,8 @@
|
||||
id: EnergyKatana
|
||||
description: A katana infused with strong energy.
|
||||
components:
|
||||
- type: Contraband
|
||||
severity: HighlyIllegal
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/energykatana.rsi
|
||||
- type: MeleeWeapon
|
||||
|
||||
Reference in New Issue
Block a user