Mercenary gear contraband tweaks. (#33647)
* Mercenary gear contraband tweaks. * Fixed Mercenary Combat Gloves to have basic Combat Gloves as a parent again. * Update Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml --------- Co-authored-by: RedBookcase <Usualmoves@gmail.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpack
|
||||
id: ClothingBackpackMerc
|
||||
name: merc bag
|
||||
name: mercenary bag
|
||||
description: A backpack that has been in many dangerous places, a reliable combat backpack.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
fiberColor: fibers-black
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsGlovesCombat
|
||||
parent: [ BaseSecurityCargoContraband, ClothingHandsGlovesCombat ]
|
||||
id: ClothingHandsMercGlovesCombat
|
||||
name: mercenary combat gloves
|
||||
description: High-quality combat gloves to protect hands from mechanical damage during combat.
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
sprite: Clothing/Head/Hats/beret_brigmedic.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingHeadBase, BaseRestrictedContraband ]
|
||||
parent: [ ClothingHeadBase ]
|
||||
id: ClothingHeadHatBeretMerc
|
||||
name: mercenary beret
|
||||
description: Olive beret, the badge depicts a jackal on a rock.
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#Mercenary Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetBase, BaseRestrictedContraband ]
|
||||
parent: [ ClothingHeadHelmetBase, BaseMajorContraband ]
|
||||
id: ClothingHeadHelmetMerc
|
||||
name: mercenary helmet
|
||||
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
Heat: 0.95
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingMaskGas, BaseRestrictedContraband ]
|
||||
parent: [ ClothingMaskGas, BaseSecurityCargoContraband ]
|
||||
id: ClothingMaskGasMerc
|
||||
name: mercenary gas mask
|
||||
description: Slightly outdated, but reliable military-style gas mask.
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
|
||||
#Mercenary web vest
|
||||
- type: entity
|
||||
parent: [ClothingOuterVestWeb, BaseMinorContraband] #web vest so it should have some pockets for ammo
|
||||
parent: [ BaseMajorContraband, ClothingOuterVestWeb] #web vest so it should have some pockets for ammo
|
||||
id: ClothingOuterVestWebMerc
|
||||
name: merc web vest
|
||||
name: mercenary web vest
|
||||
description: A high-quality armored vest made from a hard synthetic material. It's surprisingly flexible and light, despite formidable armor plating.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
sprite: Clothing/Shoes/Boots/highheelboots.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingShoesMilitaryBase, BaseRestrictedContraband ]
|
||||
parent: [ ClothingShoesMilitaryBase ]
|
||||
id: ClothingShoesBootsMerc
|
||||
name: mercenary boots
|
||||
description: Boots that have gone through many conflicts and that have proven their combat reliability.
|
||||
|
||||
@@ -860,7 +860,7 @@
|
||||
mode: SensorOff
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingUniformBase, BaseRestrictedContraband ]
|
||||
parent: [ ClothingUniformBase ]
|
||||
id: ClothingUniformJumpsuitMercenary
|
||||
name: mercenary jumpsuit
|
||||
description: Clothing for real mercenaries who have gone through fire, water and the jungle of planets flooded with dangerous monsters or targets for which a reward has been assigned.
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
|
||||
- type: entity
|
||||
name: kukri knife
|
||||
parent: [CombatKnife, BaseMinorContraband]
|
||||
parent: [CombatKnife, BaseSecurityCargoContraband]
|
||||
id: KukriKnife
|
||||
description: Professionals have standards. Be polite. Be efficient. Have a plan to kill everyone you meet.
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user