Skip to content

Commit

Permalink
Whoopsie oopsie bugfix for that that awful .yml
Browse files Browse the repository at this point in the history
Added a placeholder 250 hour playtime requirement based on feedback, 'cause it's just that blingy.
Finalized playtime requirement subject to change based on feedback! Obviously!
  • Loading branch information
AftrLite committed Sep 28, 2024
1 parent 62d6f3e commit 1e8b0f0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
time: 3600 # 1 hour

- type: loadoutEffectGroup
id: PrestigeGold
id: Silicon
effects:
- !type:JobRequirementLoadoutEffect
requirements:
- !type:OverallPlaytimeRequirement
time: 720000 # 200 hours, because if you want it, you better *really* want it.
- !type:DepartmentTimeRequirement
requirement:
!type:OverallPlaytimeRequirement
id: Overall
time: 900000 #250 hours
- !type:JobRequirementLoadoutEffect
requirement:
!type:DepartmentTimeRequirement
department: Silicon
time: 36000 #10 hours

Expand Down Expand Up @@ -177,7 +180,7 @@
id: GoldPersonalAI
effects:
- !type:GroupLoadoutEffect
proto: PrestigeGold
proto: Silicon
storage:
back:
- GoldPersonalAI
Expand Down

0 comments on commit 1e8b0f0

Please sign in to comment.