Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Chaplain PoisonBottle to Trinkets [Do Not Merge] #227

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ loadout-group-chaplain-mask = Chaplain mask
loadout-group-chaplain-jumpsuit = Chaplain jumpsuit
loadout-group-chaplain-outerclothing = Chaplain outer clothing
loadout-group-chaplain-neck = Chaplain neck
loadout-group-chaplain-bottle = Ritual Qualification

loadout-group-janitor-head = Janitor head
loadout-group-janitor-jumpsuit = Janitor jumpsuit
Expand Down
20 changes: 20 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Poison bottle
- type: loadoutEffectGroup
id: ChaplainRitual
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobChaplain
time: 72000 #20 hrs

# Head
- type: loadout
id: ChaplainHead
Expand Down Expand Up @@ -77,3 +87,13 @@
id: ChaplainHoodie
equipment:
outerClothing: ClothingOuterHoodieChaplain

# Poison bottle
- type: loadout
id: DrinkPoisonWinebottleFull
effects:
- !type:GroupLoadoutEffect
proto: ChaplainRitual
storage:
back:
- DrinkPoisonWinebottleFull
7 changes: 7 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@
loadouts:
- ChaplainNeck

- type: loadoutGroup
id: ChaplainRitual
name: loadout-group-chaplain-bottle
minLimit: 0
loadouts:
- DrinkPoisonWinebottleFull

- type: loadoutGroup
id: JanitorHead
name: loadout-group-janitor-head
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
- Glasses
- Survival
- Trinkets
- ChaplainRitual
- GroupSpeciesBreathTool

- type: roleLoadout
Expand Down
Loading