Create more Holy Books based off Spacestation 14 Dieties (#39181)

* Add More Holy Books

* Remove reference of original fork in meta.json

* Removed "rich" reagent description for Blessed Bolognese, and replaced with "holy".

* Updated Holy Liquids to each have their own minor effects.

* Tuned down Nar'sie Blood

* Create playtime requirements, and relocate holy water to it's own category.

All holy waters created through a bible are now located under the "Sacred" section of the guidebook, as to help maintain clutter.

* Replace 'curse' mixing verb with 'bless'.

* Update and fix guidebook to have section for 'Sacred' liquids.

* Add back in Tanakh and Satanic Bibles so they can be removed in other PR.

* Forgot to re-add the prototypes.

* Add back the time requirements I mistakenly removed.

* Remove Italian Bible

* Fix errors.

* Remove Carps & Crypts

* Relocate .ftl designations to their own sacred.ftl

* Forgot to update single_reagent.yml. Updated it now.

* Ended the communist dream. (Removed Communist Manifesto option for Chaplain)

* Give lamp book a little more pizzazz.

* Single line indent applied

* test

* untest

* Update sacred.yml

* Remove Unused Bibles, rename druids, moth bibles.

* Remove custom reagents.

* Error fixes.

* Reorder Bibles to Save my OCD.

* Flip that pentagram.

Bro must of rolled a nat 20 in convincing people this should be flipped. I know its more "accurate", but the layman will probably look at this and say its wrong.
Just a personal thought that escaped my brain and will never be read.

* Rename Druid Tablet, Delete Lantern Path

* Delete icon.png

* Delete inhand-left.png

* Delete inhand-right.png

* Delete meta.json

* Update chaplain.yml

* Update loadout_groups.yml

* Reorder for OCD
This commit is contained in:
Huaqas
2025-10-07 15:28:48 +08:00
committed by GitHub
parent 78748d5c7d
commit ee2b38d299
27 changed files with 225 additions and 69 deletions

View File

@@ -107,10 +107,10 @@
sprite: Objects/Specific/Chapel/tanakh.rsi
- type: entity
parent: Bible
name: druidic tablet
description: "It's the mystery of the druids!"
id: BibleDruid
name: druidic tablet
parent: Bible
description: "It's the mystery of the druids!"
components:
- type: Sprite
sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi
@@ -118,10 +118,10 @@
sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi
- type: entity
parent: Bible
name: communist manifesto
description: "Remove the mask of humanity from Capital."
id: BibleCommunistManifesto
name: communist manifesto
parent: Bible
description: "Remove the mask of humanity from Capital."
components:
- type: Sprite
sprite: Objects/Specific/Chapel/communistmanifesto.rsi
@@ -140,12 +140,45 @@
sprite: Objects/Specific/Chapel/satanicbible.rsi
- type: entity
id: BibleNarsie
name: tome of nar'sie
parent: Bible
name: codex nanotrasimus
description: "A familiar book containing the Sacred Operating Procedures."
description: "What could possibly go wrong with a book covered in blood?"
components:
- type: Sprite
sprite: Objects/Specific/Chapel/tomeofnarsie.rsi
- type: Item
sprite: Objects/Specific/Chapel/tomeofnarsie.rsi
- type: entity
id: BibleNanoTrasen
name: codex nanotrasimus
parent: Bible
description: "A familiar book containing the Sacred Operating Procedures."
components:
- type: Sprite
sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi
- type: Item
sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi
- type: entity
id: BibleHonk
name: mirth of the honkmother
parent: Bible
description: "Oh great and glorious Mother, Mistress of Mirth, Matron of Mask and Merriments, Blessed is she amongst us jesters."
components:
- type: Sprite
sprite: Objects/Specific/Chapel/honk.rsi
- type: Item
sprite: Objects/Specific/Chapel/honk.rsi
- type: entity
id: BibleRatvar
name: tablet of ratvar
parent: Bible
description: "A holy relic of the Clockwork Cult, blessed by the Clockwork Justice, Ratvar."
components:
- type: Sprite
sprite: Objects/Specific/Chapel/ratvartablet.rsi
- type: Item
sprite: Objects/Specific/Chapel/ratvartablet.rsi

View File

@@ -1,3 +1,33 @@
# Playtime requirement for NanoTrasen Bible, Codex NanoTrasimus
- type: loadoutEffectGroup
id: NanoTrasenBibleRequirement
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobCaptain
time: 7200 #2 hrs
# Playtime requirement for Druid Bible, Druidic Tablet
- type: loadoutEffectGroup
id: DruidBibleRequirement
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobBotanist
time: 18000 #5 hrs
# Playtime requirement for Clown Bible, Mirth of the Honkmother
- type: loadoutEffectGroup
id: ClownBibleRequirement
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobClown
time: 18000 #5 hrs
# Head
- type: loadout
id: ChaplainHead
@@ -87,12 +117,18 @@
- type: loadout
id: BibleDruid
effects:
- !type:GroupLoadoutEffect
proto: DruidBibleRequirement
storage:
back:
- BibleDruid
- type: loadout
id: BibleNanoTrasen
effects:
- !type:GroupLoadoutEffect
proto: NanoTrasenBibleRequirement
storage:
back:
- BibleNanoTrasen
@@ -108,3 +144,24 @@
storage:
back:
- BibleTanakh
- type: loadout
id: BibleNarsie
storage:
back:
- BibleNarsie
- type: loadout
id: BibleHonk
effects:
- !type:GroupLoadoutEffect
proto: ClownBibleRequirement
storage:
back:
- BibleHonk
- type: loadout
id: BibleRatvar
storage:
back:
- BibleRatvar

View File

@@ -381,10 +381,13 @@
minLimit: 1
loadouts:
- Bible
- BibleDruid
- BibleNanoTrasen
- BibleDruid
- BibleSatanic
- BibleTanakh
- BibleHonk
- BibleRatvar
- BibleNarsie
- type: loadoutGroup
id: JanitorHead

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"size": {
"x": 32,
"y": 32
@@ -20,4 +20,3 @@
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 942 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"size": {
"x": 32,
"y": 32
@@ -20,4 +20,3 @@
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 956 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Originally drawn by @Trosling (Discord)",
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"size": {
"x": 32,
"y": 32
@@ -20,4 +20,3 @@
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"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: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Sprites created by Davyei (Discord) for Spacestation 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}