tweak(SyndicateReinforcements): Replace combat knife with throwing knife (#30466)
* . * Update Resources/Prototypes/Catalog/Fills/Items/misc.yml Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> * ugh Co-authored-by:James Quiaoit <jquiaoit@ucsc.edu> * ugh Co-authored-by: James Quiaoit <jquiaoit@ucsc.edu> --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: James Quiaoit <jquiaoit@ucsc.edu>
This commit is contained in:
parent
48e2cd9b4e
commit
9fae973155
|
|
@ -1,12 +1,33 @@
|
|||
- type: entity
|
||||
id: ClothingShoesBootsCombatFilled
|
||||
parent: ClothingShoesBootsCombat
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
item:
|
||||
- CombatKnife
|
||||
suffix: Filled, Combat Knife
|
||||
parent:
|
||||
- ClothingShoesBootsCombat
|
||||
- ClothingShoesBootsSecFilled
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesBootsJackFilled
|
||||
parent:
|
||||
- ClothingShoesBootsJack
|
||||
- ClothingShoesBootsSecFilled
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesBootsWinterSecFilled
|
||||
parent:
|
||||
- ClothingShoesBootsWinterSec
|
||||
- ClothingShoesBootsSecFilled
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesBootsCowboyBlackFilled
|
||||
parent:
|
||||
- ClothingShoesBootsCowboyBlack
|
||||
- ClothingShoesBootsSecFilled
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesHighheelBootsFilled
|
||||
parent:
|
||||
- ClothingShoesHighheelBoots
|
||||
- ClothingShoesBootsSecFilled
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesBootsMercFilled
|
||||
|
|
@ -18,3 +39,12 @@
|
|||
item:
|
||||
- KukriKnife
|
||||
|
||||
- type: entity
|
||||
id: ClothingShoesBootsSyndieFilled
|
||||
parent: ClothingShoesBootsCombat
|
||||
suffix: Filled, Throwing Knife
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
item:
|
||||
- ThrowingKnife
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitOperative
|
||||
back: ClothingBackpackSyndicate
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
shoes: ClothingShoesBootsSyndieFilled
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
- type: startingGear
|
||||
|
|
|
|||
Loading…
Reference in New Issue