Gives Chaplain their Bible 🙏 (#6269)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user