Skip to content

Commit

Permalink
Mercenary gear contraband tweaks. (space-wizards#33647)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 97a2e0d commit c1558f6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c1558f6

Please sign in to comment.