SimpleSpaceMobNoLifeBase
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
- CP14MobDamageable
|
||||
- MobRespirator
|
||||
- MobAtmosStandard
|
||||
- SimpleSpaceMobBase
|
||||
- SimpleSpaceMobNoLifeBase
|
||||
id: CP14SimpleMobNoLifeBase
|
||||
suffix: AI
|
||||
abstract: true
|
||||
|
||||
Reference in New Issue
Block a user