SimpleSpaceMobNoLifeBase

This commit is contained in:
F8ctor
2025-03-25 23:29:31 +01:00
parent fe7545c661
commit 09fb76ea6a
2 changed files with 32 additions and 1 deletions

View File

@@ -113,3 +113,34 @@
- type: MobPrice
price: 150
- type: FloatingVisuals
- type: entity
abstract: true
parent:
- BaseSimpleMob
- MobCombat
- MobFlammable
id: SimpleSpaceMobNoLifeBase
suffix: AI
components:
- type: NpcFactionMember
factions:
- SimpleNeutral
- type: HTN
rootTask:
task: IdleCompound
- type: MeleeWeapon
angle: 0
animation: WeaponArcBite
- type: Body
prototype: Animal
- type: Climbing
- type: NameIdentifier
group: GenericNumber
- type: SlowOnDamage
speedModifierThresholds:
60: 0.7
80: 0.5
- type: MobPrice
price: 1000 # Living critters are valuable in space.
- type: Perishable

View File

@@ -101,7 +101,7 @@
- CP14MobDamageable
- MobRespirator
- MobAtmosStandard
- SimpleSpaceMobBase
- SimpleSpaceMobNoLifeBase
id: CP14SimpleMobNoLifeBase
suffix: AI
abstract: true