Adds twenty-one new smites, moves the explosion smite to the verb category. (#8456)

* Adds seven new smites, moves the explosion smite to the verb category.

* adds even more smites.

* Even more smites, some messages for specific smites.

* Adds even more smites.

* Removes some junk, adds a smite that angers the pointing arrows.

* get rid of dumb component.

* Remove mistake from verb menu presentation.

* How did that happen?

* whoops

* c

* e

* fuck

* Loading...

* removes the BoM go away

* adds the funny kill sign. Fixes ghost smite.

* Move systems around.

* Adjust organ vomit.

* Adds a smite that turns people into an instrument, and one that removes their gravity.

* oops

* typo

Co-authored-by: Veritius <veritiusgaming@gmail.com>
This commit is contained in:
Moony
2022-05-27 02:41:18 -05:00
committed by GitHub
parent 7d5989a9cc
commit 130302a262
33 changed files with 906 additions and 61 deletions

View File

@@ -18,6 +18,29 @@
reagent: Phalanximine
min: 15
- type: disease
id: StageIIIALungCancer
name: Stage IIIA Lung Cancer
infectious: false
cureResist: 1.0
effects:
- !type:DiseaseHealthChange
probability: 0.3
damage:
types:
Cellular: 1
- !type:DiseaseVomit
probability: 0.01
- !type:DiseaseSnough
probability: 0.10
snoughMessage: disease-cough
snoughSound:
collection: Coughs
- !type:DiseasePopUp
probability: 0.03
### Once radiation is refactored I want it to have a small chance of giving you regular cancer
- type: disease

View File

@@ -0,0 +1,8 @@
- type: entity
id: BufferingIcon
noSpawn: true
components:
- type: Sprite
sprite: Objects/Misc/buffering.rsi
state: icon
drawdepth: Overlays

View File

@@ -16,4 +16,22 @@
forced: true
dropInventory: true
revertOnCrit: true
revertOnDeath: true
revertOnDeath: true
- type: polymorph
id: AdminMonkeySmite
entity: MobMonkey
forced: true
dropInventory: true
- type: polymorph
id: AdminBreadSmite
entity: FoodBreadPlain
forced: true
dropInventory: true
- type: polymorph
id: AdminInstrumentSmite
entity: SuperSynthesizerInstrument
forced: true
dropInventory: true