Skip to content

Commit

Permalink
Merge pull request impstation#1823 from allieanarchy/bibles-loadout
Browse files Browse the repository at this point in the history
Bible loadout
  • Loading branch information
hivehum authored Mar 5, 2025
2 parents 300ac87 + 1c625bb commit 5633c06
Show file tree
Hide file tree
Showing 39 changed files with 388 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ loadout-group-lawyer-shoes = Lawyer shoes
loadout-group-chaplain-belt = Chaplain belt
loadout-group-chaplain-eyes = Chaplain eye coverings
loadout-group-chaplain-shoes = Chaplain shoes
loadout-group-chaplain-books = Chaplain holy text
loadout-group-janitor-mask = Janitor mask
loadout-group-janitor-neck = Janitor neck
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 @@ -158,6 +158,7 @@
- ChaplainBelt # imp
- Glasses
- CommonBackpack
- ChaplainBook #imp
- Survival
- Trinkets
- GroupSpeciesBreathTool
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
ears: ClothingHeadsetService
storage:
back:
- Bible
# - Bible #imp now handled by loadouts
- RubberStampChaplain
- NullRodDefault
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
- type: entity
name: quran
description: Printed in both original Arabic and NanoTrasen Standard English.
parent: Bible
id: HolyTextQuran
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: quran
- type: Item
size: Small
heldPrefix: quran
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: tanakh
description: Instructions, Prophets, and Writings.
parent: Bible
id: HolyTextTanakh
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: tanakh
- type: Item
size: Small
heldPrefix: tanakh
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: holy scroll
description: Between these dowels could hide heavenly revelations, devilish secrets, or a really long papercut.
parent: Bible
id: HolyTextHolyScroll
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: scroll
- type: Item
size: Small
heldPrefix: scroll
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: holy tablet
description: Indecipherable to the layperson, only the chaplain knows whence its powers come.
parent: Bible
id: HolyTextHolyTablet
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: tablet
- type: Item
size: Small
heldPrefix: tablet
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: greybible
description: An NT breakthrough, this tome is compatible with all chaplains, regardless of their beliefs. It doesn't say much of anything.
parent: Bible
id: HolyTextGreybible
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: greybible
- type: Item
size: Small
heldPrefix: greybible
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: kojiki
description: A spiritually powerful text detailing yokai and their mythologies, and how to coexist with them.
parent: Bible
id: HolyTextKojiki
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: kojiki
- type: Item
size: Small
heldPrefix: kojiki
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: tao teachings
description: Comprises many spiritually powerful texts, none of which are the true Tao.
parent: Bible
id: HolyTextTaoTeachings
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: tao
- type: Item
size: Small
heldPrefix: tao
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: principia discordia
description: Tenet V - A Discordian is Forbidden of Believing what they Read.
parent: Bible
id: HolyTextPrincipiaDiscordia
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: principia
- type: Item
size: Small
heldPrefix: principia
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: chaplain's grimoire
description: Is it holy? Is it arcane? Wizard Federation lawyers are still wands-deep in the lawsuit.
parent: Bible
id: HolyTextChaplainsGrimoire
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: grimoire
- type: Item
size: Small
heldPrefix: grimoire
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: unitology tome
description: Technically hallowed, this is just six volumes discussing xenoarch and asking for spesos.
parent: Bible
id: HolyTextUnitologyTome
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: unitology

- type: entity
name: extreme teen bible
description: Meant for youth pastors, chaplains proselytizing from this are compelled to sit in chairs backwards.
parent: Bible
id: HolyTextExtremeTeenBible
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: etb
- type: Item
size: Small
heldPrefix: etb
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi

- type: entity
name: bibble
description: Self published, like many ancient texts.
parent: Bible
id: HolyTextBibble
components:
- type: Sprite
sprite: _Impstation/Objects/Specific/Chapel/holytexts.rsi
state: bibble
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,82 @@
id: BeltChaplainDragon
equipment:
belt: ClothingBeltChaplainDragon

# books
- type: loadout
id: ChaplainBookBible
storage:
back:
- Bible

- type: loadout
id: ChaplainBookQuran
storage:
back:
- HolyTextQuran

- type: loadout
id: ChaplainBookTanakh
storage:
back:
- HolyTextTanakh

- type: loadout
id: ChaplainBookBibble
storage:
back:
- HolyTextBibble

- type: loadout
id: ChaplainBookTao
storage:
back:
- HolyTextTaoTeachings

- type: loadout
id: ChaplainBookKojiki
storage:
back:
- HolyTextKojiki

- type: loadout
id: ChaplainBookGrimoire
storage:
back:
- HolyTextChaplainsGrimoire

- type: loadout
id: ChaplainBookDiscordia
storage:
back:
- HolyTextPrincipiaDiscordia

- type: loadout
id: ChaplainBookUnitology
storage:
back:
- HolyTextUnitologyTome

- type: loadout
id: ChaplainBookScroll
storage:
back:
- HolyTextHolyScroll

- type: loadout
id: ChaplainBookTablet
storage:
back:
- HolyTextHolyTablet

- type: loadout
id: ChaplainBookGreybible
storage:
back:
- HolyTextGreybible

- type: loadout
id: ChaplainBookETB
storage:
back:
- HolyTextExtremeTeenBible
20 changes: 20 additions & 0 deletions Resources/Prototypes/_Impstation/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,25 @@
- BlackHeels
- ClownShoesExpert

- type: loadoutGroup
id: ChaplainBook
name: loadout-group-chaplain-books
minLimit: 1
loadouts:
- ChaplainBookBible
- ChaplainBookQuran
- ChaplainBookTanakh
- ChaplainBookScroll
- ChaplainBookTablet
- ChaplainBookGreybible
- ChaplainBookKojiki
- ChaplainBookTao
- ChaplainBookGrimoire
- ChaplainBookETB
- ChaplainBookDiscordia
- ChaplainBookUnitology
- ChaplainBookBibble

- type: loadoutGroup
id: JanitorMask
name: loadout-group-janitor-mask
Expand Down Expand Up @@ -629,6 +648,7 @@
loadouts:
- LeatherShoes
- CourierWinterBoots

# engineering

- type: loadoutGroup
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5633c06

Please sign in to comment.