Space Bear Round 3 (#14685)

This commit is contained in:
Alekshhh
2023-03-26 20:50:17 +03:00
committed by GitHub
parent d2cf1b8d5d
commit 0e5dc41fe8
2 changed files with 28 additions and 22 deletions

View File

@@ -22,6 +22,7 @@ petting-success-tarantula = You pet {THE($target)} on {POSS-ADJ($target)} hairy
petting-success-holo = You pet {THE($target)} on {POSS-ADJ($target)} metallic spiky head. petting-success-holo = You pet {THE($target)} on {POSS-ADJ($target)} metallic spiky head.
petting-success-dragon = Dodging teeth, claws, and flames, you pet {THE($target)} on {POSS-ADJ($target)} massive scaled head. petting-success-dragon = Dodging teeth, claws, and flames, you pet {THE($target)} on {POSS-ADJ($target)} massive scaled head.
petting-success-hamster = You pet {THE($target)} on {POSS-ADJ($target)} fluffy little head. petting-success-hamster = You pet {THE($target)} on {POSS-ADJ($target)} fluffy little head.
petting-success-bear = You reluctantly pet {THE($target)} on {POSS-ADJ($target)} mystical head.
petting-failure-generic = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} aloof towards you. petting-failure-generic = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} aloof towards you.
@@ -35,6 +36,7 @@ petting-failure-sloth = You reach out to pet {THE($target)}, but {SUBJECT($targe
petting-failure-holo = You reach out to pet {THE($target)}, but {POSS-ADJ($target)} spikes almost impale your hand! petting-failure-holo = You reach out to pet {THE($target)}, but {POSS-ADJ($target)} spikes almost impale your hand!
petting-failure-dragon = You raise your hand, but as {THE($target)} roars, you decide you'd rather not be toasty carp food. petting-failure-dragon = You raise your hand, but as {THE($target)} roars, you decide you'd rather not be toasty carp food.
petting-failure-hamster = You reach out to pet {THE($target)}, but {SUBJECT($target)} attempts to bite your finger and only your quick reflexes save you from an almost fatal injury. petting-failure-hamster = You reach out to pet {THE($target)}, but {SUBJECT($target)} attempts to bite your finger and only your quick reflexes save you from an almost fatal injury.
petting-failure-bear = You reach out to pet {THE($target)}, but {SUBJECT($target)} growls, making you think twice.
## Petting silicons ## Petting silicons

View File

@@ -4,8 +4,6 @@
parent: SimpleSpaceMobBase parent: SimpleSpaceMobBase
description: It looks friendly. Why don't you give it a hug? description: It looks friendly. Why don't you give it a hug?
components: components:
- type: InputMover
- type: MobMover
- type: HTN - type: HTN
rootTask: SimpleHostileCompound rootTask: SimpleHostileCompound
- type: Faction - type: Faction
@@ -31,22 +29,13 @@
- MobMask - MobMask
layer: layer:
- MobLayer - MobLayer
- type: PointLight
radius: 1.2
energy: 2
color: "#4faffb"
- type: MovementAlwaysTouching
- type: MobState
allowedStates:
- Alive
- Dead
- type: MobThresholds - type: MobThresholds
thresholds: thresholds:
0: Alive 0: Alive
100: Critical
150: Dead 150: Dead
- type: Stamina - type: Stamina
excess: 150 excess: 150
- type: Appearance
- type: DamageStateVisuals - type: DamageStateVisuals
states: states:
Alive: Alive:
@@ -64,13 +53,8 @@
amount: 1 amount: 1
prob: 0.3 prob: 0.3
- type: Bloodstream - type: Bloodstream
bloodMaxVolume: 500 bloodMaxVolume: 300
bloodReagent: Cryoxadone bloodReagent: Cryoxadone
- type: Vocal
sounds:
Male: Bear
Female: Bear
Unsexed: Bear
- type: CombatMode - type: CombatMode
disarmAction: disarmAction:
enabled: false enabled: false
@@ -86,12 +70,32 @@
angle: 0 angle: 0
animation: WeaponArcClaw animation: WeaponArcClaw
damage: damage:
groups: types:
Brute: 15 Brute: 5
Slash: 10
- type: Tag
tags:
- DoorBumpOpener
- FootstepSound
- type: Puller
needsHands: false
- type: ReplacementAccent - type: ReplacementAccent
accent: genericAggressive accent: genericAggressive
- type: Vocal
sounds:
Unsexed: Bear
- type: InteractionPopup
successChance: 0.25
interactSuccessString: petting-success-bear
interactFailureString: petting-failure-bear
interactSuccessSound:
path: /Audio/Animals/sloth_squeak.ogg
- type: PointLight
radius: 1.2
energy: 2
color: "#4faffb"
- type: GhostTakeoverAvailable - type: GhostTakeoverAvailable
prob: 0.05 prob: 0.25
name: space bear name: space bear
description: | description: |
You're a bear! Do bear things. You're a bear! Do bear things.
@@ -102,7 +106,7 @@
suffix: "Salvage Ruleset" suffix: "Salvage Ruleset"
components: components:
- type: GhostTakeoverAvailable - type: GhostTakeoverAvailable
prob: 0.05 prob: 0.25
name: space bear on salvage wreck name: space bear on salvage wreck
description: | description: |
Defend the loot inside the salvage wreck! Defend the loot inside the salvage wreck!