Atmos crab pet: Tropico! (#22773)
* tropico mob fully functional, adjusted base crab mob * FINALLY YES I GOT THE MAPS COMMITTED * origin fix hopefully * removed ghost role * undid map changes, pulled from current master * tropico is no longer communist
This commit is contained in:
committed by
GitHub
parent
9a40cf81f5
commit
4cd4805a01
@@ -99,3 +99,11 @@ accent-words-slimes-5 = Blabl blump!
|
||||
|
||||
# Mothroach
|
||||
accent-words-mothroach-1 = Chirp!
|
||||
|
||||
# Crab
|
||||
accent-words-crab-1 = Click.
|
||||
accent-words-crab-2 = Click-clack!
|
||||
accent-words-crab-3 = Clack?
|
||||
accent-words-crab-4 = Tipi-tap!
|
||||
accent-words-crab-5 = Clik-tap.
|
||||
accent-words-crab-6 = Cliliick.
|
||||
|
||||
@@ -109,6 +109,9 @@ ghost-role-information-space-cobra-description = Space cobras really don't like
|
||||
ghost-role-information-salvage-cobra-name = Space cobra on salvage wreck
|
||||
ghost-role-information-salvage-cobra-description = Space cobras really don't like guests, and will always snack on a visitor.
|
||||
|
||||
ghost-role-information-tropico-name = Tropico
|
||||
ghost-role-information-tropico-description = The noble companion of Atmosia, and its most stalwart defender. Viva!
|
||||
|
||||
ghost-role-information-guardian-name = Guardian
|
||||
ghost-role-information-guardian-description = Listen to your owner. Don't tank damage. Punch people hard.
|
||||
|
||||
|
||||
@@ -143,3 +143,13 @@
|
||||
- accent-words-slimes-3
|
||||
- accent-words-slimes-4
|
||||
- accent-words-slimes-5
|
||||
|
||||
- type: accent
|
||||
id: crab
|
||||
fullReplacements:
|
||||
- accent-words-crab-1
|
||||
- accent-words-crab-2
|
||||
- accent-words-crab-3
|
||||
- accent-words-crab-4
|
||||
- accent-words-crab-5
|
||||
- accent-words-crab-6
|
||||
|
||||
@@ -127,6 +127,19 @@
|
||||
prototypes:
|
||||
- MobCatException
|
||||
|
||||
- type: entity
|
||||
name: Tropico Spawner
|
||||
id: SpawnMobCrabAtmos
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: ai
|
||||
- type: ConditionalSpawner
|
||||
prototypes:
|
||||
- MobCrabAtmos
|
||||
|
||||
- type: entity
|
||||
name: Floppa Spawner
|
||||
id: SpawnMobCatFloppa
|
||||
|
||||
@@ -719,6 +719,9 @@
|
||||
- MobMask
|
||||
layer:
|
||||
- MobLayer
|
||||
- type: Speech
|
||||
speechVerb: Arachnid
|
||||
speechSounds: Arachnid
|
||||
- type: DamageStateVisuals
|
||||
states:
|
||||
Alive:
|
||||
@@ -734,6 +737,10 @@
|
||||
interactSuccessString: petting-success-crab
|
||||
interactFailureString: petting-failure-crab
|
||||
interactSuccessSpawn: EffectHearts
|
||||
interactSuccessSound:
|
||||
path: /Audio/Voice/Arachnid/arachnid_laugh.ogg
|
||||
- type: ReplacementAccent
|
||||
accent: crab
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 50
|
||||
bloodReagent: CopperBlood
|
||||
|
||||
@@ -801,3 +801,28 @@
|
||||
gender: male
|
||||
- type: StealTarget
|
||||
stealGroup: AnimalPunPun
|
||||
|
||||
- type: entity
|
||||
name: Tropico
|
||||
parent: MobCrab
|
||||
id: MobCrabAtmos
|
||||
description: The noble and stalwart defender of Atmosia. Viva!
|
||||
components:
|
||||
# - type: GhostRole
|
||||
# prob: 1
|
||||
# makeSentient: true
|
||||
# allowSpeech: true
|
||||
# allowMovement: true
|
||||
# name: ghost-role-information-tropico-name
|
||||
# description: ghost-role-information-tropico-description
|
||||
# - type: GhostTakeoverAvailable
|
||||
# - type: Flashable
|
||||
- type: Tag
|
||||
tags:
|
||||
- VimPilot
|
||||
- CannotSuicide
|
||||
- type: Grammar
|
||||
attributes:
|
||||
proper: true
|
||||
gender: male
|
||||
# - type: AlwaysRevolutionaryConvertible
|
||||
|
||||
Reference in New Issue
Block a user