Gives Chaplain their Bible 🙏 (#6269)

This commit is contained in:
Rane
2022-01-30 10:20:22 -05:00
committed by GitHub
parent cc171dc04a
commit 8070fce5e7
16 changed files with 237 additions and 4 deletions

View File

@@ -102,3 +102,13 @@
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpack
id: ClothingBackpackChaplainFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Bible

View File

@@ -81,3 +81,13 @@
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelChaplainFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Bible

View File

@@ -81,3 +81,13 @@
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelChaplainFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: Bible

View File

@@ -0,0 +1,32 @@
- type: entity
name: bible
description: New Interstellar Version 2340
parent: BaseItem
id: Bible
components:
- type: Bible
damage:
groups:
Brute: -7
Burn: -7
damageOnFail:
groups:
Brute: 4
Airloss: 6
damageOnUntrainedUse: ## What a non-chaplain takes when attempting to heal someone
groups:
Burn: 10
- type: ItemCooldown
- type: Sprite
netsync: false
sprite: Objects/Specific/Chapel/bible.rsi
state: icon
- type: Item
size: 15
sprite: Objects/Specific/Chapel/bible.rsi
prefix: inhand
- type: Storage
capacity: 10
storageSoundCollection:
collection: storageRustle

View File

@@ -9,15 +9,18 @@
access:
- Chapel
- Maintenance
special:
- !type:AddComponentSpecial
component: BibleUser #Lets them heal with bibles
- type: startingGear
id: ChaplainGear
equipment:
jumpsuit: ClothingUniformJumpsuitChaplain
back: ClothingBackpackFilled
back: ClothingBackpackChaplainFilled
shoes: ClothingShoesColorBlack
id: ChaplainPDA
ears: ClothingHeadsetService
innerclothingskirt: ClothingUniformJumpskirtChaplain
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
satchel: ClothingBackpackSatchelChaplainFilled
duffelbag: ClothingBackpackDuffelChaplainFilled