More trinkets for loadouts (#27292)
* woo yea more tinket * plushie has no timer
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# Timers
|
||||
- type: loadoutEffectGroup
|
||||
id: Command
|
||||
effects:
|
||||
- !type:JobRequirementLoadoutEffect
|
||||
requirement:
|
||||
!type:DepartmentTimeRequirement
|
||||
department: Command
|
||||
time: 3600 # 1 hour
|
||||
|
||||
# Plushies
|
||||
- type: loadout
|
||||
id: PlushieLizard
|
||||
equipment: PlushieLizard
|
||||
@@ -7,7 +18,95 @@
|
||||
storage:
|
||||
back:
|
||||
- PlushieLizard
|
||||
|
||||
- type: loadout
|
||||
id: PlushieSpaceLizard
|
||||
equipment: PlushieSpaceLizard
|
||||
|
||||
- type: startingGear
|
||||
id: PlushieSpaceLizard
|
||||
storage:
|
||||
back:
|
||||
- PlushieSpaceLizard
|
||||
|
||||
# Smokeables
|
||||
- type: loadout
|
||||
id: Lighter
|
||||
equipment: Lighter
|
||||
|
||||
- type: startingGear
|
||||
id: Lighter
|
||||
storage:
|
||||
back:
|
||||
- Lighter
|
||||
|
||||
- type: loadout
|
||||
id: CigPackGreen
|
||||
equipment: CigPackGreen
|
||||
|
||||
- type: startingGear
|
||||
id: CigPackGreen
|
||||
storage:
|
||||
back:
|
||||
- CigPackGreen
|
||||
|
||||
- type: loadout
|
||||
id: CigPackRed
|
||||
equipment: CigPackRed
|
||||
|
||||
- type: startingGear
|
||||
id: CigPackRed
|
||||
storage:
|
||||
back:
|
||||
- CigPackRed
|
||||
|
||||
- type: loadout
|
||||
id: CigPackBlue
|
||||
equipment: CigPackBlue
|
||||
|
||||
- type: startingGear
|
||||
id: CigPackBlue
|
||||
storage:
|
||||
back:
|
||||
- CigPackBlue
|
||||
|
||||
- type: loadout
|
||||
id: CigPackBlack
|
||||
equipment: CigPackBlack
|
||||
|
||||
- type: startingGear
|
||||
id: CigPackBlack
|
||||
storage:
|
||||
back:
|
||||
- CigPackBlack
|
||||
|
||||
- type: loadout
|
||||
id: CigarCase
|
||||
equipment: CigarCase
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: Command
|
||||
|
||||
- type: startingGear
|
||||
id: CigarCase
|
||||
storage:
|
||||
back:
|
||||
- CigarCase
|
||||
|
||||
- type: loadout
|
||||
id: CigarGold
|
||||
equipment: CigarGold
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: Command
|
||||
|
||||
- type: startingGear
|
||||
id: CigarGold
|
||||
storage:
|
||||
back:
|
||||
- CigarGold
|
||||
|
||||
# Pins
|
||||
- type: loadout
|
||||
id: ClothingNeckLGBTPin
|
||||
equipment: ClothingNeckLGBTPin
|
||||
|
||||
@@ -6,6 +6,14 @@
|
||||
maxLimit: 3
|
||||
loadouts:
|
||||
- PlushieLizard
|
||||
- PlushieSpaceLizard
|
||||
- Lighter
|
||||
- CigPackGreen
|
||||
- CigPackRed
|
||||
- CigPackBlue
|
||||
- CigPackBlack
|
||||
- CigarCase
|
||||
- CigarGold
|
||||
- ClothingNeckLGBTPin
|
||||
- ClothingNeckAromanticPin
|
||||
- ClothingNeckAsexualPin
|
||||
|
||||
Reference in New Issue
Block a user