* 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
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
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
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
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
- ChaplainJumpsuit
- CommonBackpack
- ChaplainOuterClothing
+ - ChaplainBible
- Glasses
- Survival
- Trinkets
ears: ClothingHeadsetService
storage:
back:
- - Bible
- RubberStampChaplain
- type: chameleonOutfit
--- /dev/null
+{
+ "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
+ }
+ ]
+}
+
--- /dev/null
+{
+ "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
+ }
+ ]
+}
+
--- /dev/null
+{
+ "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
+ }
+ ]
+}
+
--- /dev/null
+{
+ "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
+ }
+ ]
+}
+
--- /dev/null
+{
+ "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
+ }
+ ]
+}
+