New holy books (#38986)

* Adds a few new holy books, implements one existing, and makes them pickable from loadout

* Almost forgot the yaml

* Forgot to change fork-specific paths

* Modified copyright to be less specific as requested by maintainer

* Newlines

* Replaced scroll torah with a book-bound tanakh, as recommended by dvir001

* Changed all mentions to use tanakh instead of torah
This commit is contained in:
Trosling
2025-07-15 02:49:08 +02:00
committed by GitHub
parent 2e6549a308
commit 6053509ceb
26 changed files with 232 additions and 1 deletions

View File

@@ -59,6 +59,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-bible = Holy Book
loadout-group-janitor-head = Janitor head
loadout-group-janitor-jumpsuit = Janitor jumpsuit

View File

@@ -94,3 +94,69 @@
useDelay: 1
- type: InstantAction
event: !type:SummonActionEvent
- type: entity
parent: Bible
name: tanakh
description: "For God's chosen crewmembers"
id: BibleTanakh
components:
- type: Sprite
sprite: Objects/Specific/Chapel/tanakh.rsi
- type: Item
sprite: Objects/Specific/Chapel/tanakh.rsi
- type: entity
parent: Bible
name: quran
description: "Prayer carpet not included"
id: BibleQuran
components:
- type: Sprite
sprite: Objects/Specific/Chapel/quran.rsi
- type: Item
sprite: Objects/Specific/Chapel/quran.rsi
- type: entity
parent: Bible
name: druidic tablet
description: "It's the mystery of the druids!"
id: BibleDruid
components:
- type: Sprite
sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi
- type: Item
sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi
- type: entity
parent: Bible
name: communist manifesto
description: "Remove the mask of humanity from Capital."
id: BibleCommunistManifesto
components:
- type: Sprite
sprite: Objects/Specific/Chapel/communistmanifesto.rsi
- type: Item
sprite: Objects/Specific/Chapel/communistmanifesto.rsi
- type: entity
parent: Bible
name: satanic bible
description: "What could possibly go wrong?"
id: BibleSatanic
components:
- type: Sprite
sprite: Objects/Specific/Chapel/satanicbible.rsi
- type: Item
sprite: Objects/Specific/Chapel/satanicbible.rsi
- type: entity
parent: Bible
name: codex nanotrasimus
description: "A familiar book containing the Sacred Operating Procedures."
id: BibleNanoTrasen
components:
- type: Sprite
sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi
- type: Item
sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi

View File

@@ -77,3 +77,40 @@
id: ChaplainHoodie
equipment:
outerClothing: ClothingOuterHoodieChaplain
# Bible/Holy Book
- type: loadout
id: Bible
storage:
back:
- Bible
- type: loadout
id: BibleDruid
storage:
back:
- BibleDruid
- type: loadout
id: BibleNanoTrasen
storage:
back:
- BibleNanoTrasen
- type: loadout
id: BibleSatanic
storage:
back:
- BibleSatanic
- type: loadout
id: BibleQuran
storage:
back:
- BibleQuran
- type: loadout
id: BibleTanakh
storage:
back:
- BibleTanakh

View File

@@ -369,6 +369,18 @@
loadouts:
- ChaplainNeck
- type: loadoutGroup
id: ChaplainBible
name: loadout-group-chaplain-bible
minLimit: 1
loadouts:
- Bible
- BibleDruid
- BibleNanoTrasen
- BibleQuran
- BibleSatanic
- BibleTanakh
- type: loadoutGroup
id: JanitorHead
name: loadout-group-janitor-head

View File

@@ -124,6 +124,7 @@
- ChaplainJumpsuit
- CommonBackpack
- ChaplainOuterClothing
- ChaplainBible
- Glasses
- Survival
- Trinkets

View File

@@ -22,7 +22,6 @@
ears: ClothingHeadsetService
storage:
back:
- Bible
- RubberStampChaplain
- type: chameleonOutfit

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}