Syndi-Cat QoL Changes (#27408)
* Syndi-Cat Wideswing, Shoes, and Explosion Resist * Damn you Plykiya * 10/10Pierce/Structural -> 6/6/15 Pierce/Slash/Structural * Update animals.yml
This commit is contained in:
parent
bac4ce4641
commit
4fd88fb136
|
|
@ -2738,6 +2738,11 @@
|
|||
interactSuccessSound:
|
||||
path: /Audio/Animals/cat_meow.ogg
|
||||
- type: MeleeWeapon
|
||||
altDisarm: false
|
||||
angle: 0
|
||||
animation: WeaponArcBite
|
||||
soundHit:
|
||||
path: /Audio/Effects/bite.ogg
|
||||
damage:
|
||||
types:
|
||||
Piercing: 5
|
||||
|
|
@ -2793,20 +2798,23 @@
|
|||
- type: AutoImplant
|
||||
implants:
|
||||
- MicroBombImplant
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.2
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- Syndicate
|
||||
- type: MeleeWeapon
|
||||
altDisarm: false
|
||||
angle: 0
|
||||
animation: WeaponArcBite
|
||||
soundHit:
|
||||
path: /Audio/Effects/bite.ogg
|
||||
damage:
|
||||
types:
|
||||
Piercing: 10
|
||||
Structural: 10
|
||||
- type: Insulated
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
- type: MovementAlwaysTouching
|
||||
|
||||
Slash: 6
|
||||
Piercing: 6
|
||||
Structural: 15
|
||||
|
||||
- type: entity
|
||||
name: space cat
|
||||
id: MobCatSpace
|
||||
|
|
@ -2826,7 +2834,13 @@
|
|||
- type: Temperature
|
||||
heatDamageThreshold: 423
|
||||
coldDamageThreshold: 0
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
- type: MovementAlwaysTouching
|
||||
- type: PressureImmunity
|
||||
- type: StepTriggerImmune
|
||||
- type: Insulated
|
||||
- type: InteractionPopup
|
||||
successChance: 0.7
|
||||
interactSuccessString: petting-success-space-cat
|
||||
|
|
|
|||
Loading…
Reference in New Issue