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:
@@ -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
|
||||
|
||||
@@ -381,10 +381,13 @@
|
||||
minLimit: 1
|
||||
loadouts:
|
||||
- Bible
|
||||
- BibleDruid
|
||||
- BibleNanoTrasen
|
||||
- BibleDruid
|
||||
- BibleSatanic
|
||||
- BibleTanakh
|
||||
- BibleHonk
|
||||
- BibleRatvar
|
||||
- BibleNarsie
|
||||
|
||||
- type: loadoutGroup
|
||||
id: JanitorHead
|
||||
|
||||
Reference in New Issue
Block a user