Smart tomato pet (#31932)
* SmartTomato * Fix * RemovingExtraLines * Update Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Accents/full_replacements.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -124,3 +124,10 @@ accent-words-nymph-1 = Chirp!
|
||||
accent-words-nymph-2 = Churr...
|
||||
accent-words-nymph-3 = Cheep?
|
||||
accent-words-nymph-4 = Chrrup!
|
||||
|
||||
# TomatoKiller
|
||||
accent-words-tomato-1 = Totato!
|
||||
accent-words-tomato-2 = Trotect
|
||||
accent-words-tomato-3 = Mastet?
|
||||
accent-words-tomato-4 = Reaty!
|
||||
accent-words-tomato-5 = Water...
|
||||
@@ -306,3 +306,7 @@ ghost-role-information-pirate-captain-description = Argh matey! You are in charg
|
||||
|
||||
ghost-role-information-artifact-name = Sentient Artifact
|
||||
ghost-role-information-artifact-description = Enact your eldritch whims. Forcibly activate your nodes for good or for evil.
|
||||
|
||||
ghost-role-information-tomatokiller-name = Tomato killer
|
||||
ghost-role-information-tomatokiller-description = This little tomato will serve the botanist for the rest of his life... that is, a couple of minutes
|
||||
|
||||
|
||||
@@ -174,3 +174,12 @@
|
||||
- accent-words-nymph-2
|
||||
- accent-words-nymph-3
|
||||
- accent-words-nymph-4
|
||||
|
||||
- type: accent
|
||||
id: tomatoKiller
|
||||
fullReplacements:
|
||||
- accent-words-tomato-1
|
||||
- accent-words-tomato-2
|
||||
- accent-words-tomato-3
|
||||
- accent-words-tomato-4
|
||||
- accent-words-tomato-5
|
||||
|
||||
@@ -79,6 +79,51 @@
|
||||
name: tomato killer
|
||||
description: Looks like it's not you eating tomatoes today, it's the tomatoes eating you.
|
||||
components:
|
||||
- type: GhostRole
|
||||
prob: 0.05
|
||||
makeSentient: true
|
||||
allowSpeech: true
|
||||
name: ghost-role-information-tomatokiller-name
|
||||
description: ghost-role-information-tomatokiller-description
|
||||
rules: ghost-role-information-familiar-rules
|
||||
raffle:
|
||||
settings: short
|
||||
- type: GhostTakeoverAvailable
|
||||
- type: CanEscapeInventory
|
||||
baseResistTime: 3
|
||||
- type: Reactive
|
||||
groups:
|
||||
Flammable: [ Touch ]
|
||||
Extinguish: [ Touch ]
|
||||
reactions:
|
||||
- reagents: [ Water ]
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.25
|
||||
- reagents: [ Blood ]
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.5
|
||||
Burn: -0.5
|
||||
- reagents: [ RobustHarvest ]
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
groups:
|
||||
Brute: -2
|
||||
Burn: -2
|
||||
- type: ReplacementAccent
|
||||
accent: tomatoKiller
|
||||
- type: Item
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
@@ -175,4 +220,4 @@
|
||||
types:
|
||||
Blunt: 0.11
|
||||
- type: StaticPrice
|
||||
price: 400
|
||||
price: 400
|
||||
Reference in New Issue
Block a user