some changes (#1749)
* some changes * lower health regen * spine guard more common * MORE!!!!
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
description: You make a quick dash to the chosen position to quickly close the distance or dodge danger.
|
||||
components:
|
||||
- type: CP14ActionStaminaCost
|
||||
stamina: 40
|
||||
stamina: 20
|
||||
- type: CP14MagicEffect
|
||||
effects:
|
||||
- !type:CP14SpellDash
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
id: CP14MobMonsterMosquito
|
||||
parent: [ CP14SimpleMobBase, FlyingMobBase ]
|
||||
name: bloodworm mosquitoes
|
||||
description: A bloodthirsty swarm of small mosquitoes just waiting for a soft flesh for a bloody feast.
|
||||
description: A bloodthirsty swarm of small mosquitoes just waiting for a soft flesh for a bloody feast. They seem to only disperse from heat or cold.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: HTN
|
||||
|
||||
@@ -56,6 +56,14 @@
|
||||
thresholds:
|
||||
0: Alive
|
||||
100: Dead
|
||||
- type: PassiveDamage # Slight passive regen. Assuming one damage type, comes out to about 2 damage a minute from base.yml.
|
||||
allowedStates:
|
||||
- Alive
|
||||
damageCap: 100
|
||||
damage:
|
||||
groups:
|
||||
Brute: -0.035
|
||||
Burn: -0.035
|
||||
- type: SlowOnDamage
|
||||
speedModifierThresholds:
|
||||
50: 0.6
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
types:
|
||||
Piercing: 16
|
||||
- type: MeleeWeapon
|
||||
attackRate: 1
|
||||
attackRate: 0.5
|
||||
range: 2.75
|
||||
angle: 10 #Lower in 4 times
|
||||
wideAnimationRotation: -90
|
||||
@@ -63,4 +63,4 @@
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14WoodenPlanks: 20
|
||||
CP14Iron: 10
|
||||
CP14Iron: 10
|
||||
|
||||
@@ -130,11 +130,11 @@
|
||||
- type: cp14LocationModifier
|
||||
id: EnemySpineguard
|
||||
levels:
|
||||
min: 3
|
||||
min: 2
|
||||
max: 7
|
||||
name: cp14-modifier-spineguard
|
||||
categories:
|
||||
Danger: 0.5
|
||||
Danger: 0.3
|
||||
requiredTags:
|
||||
- CP14DemiplaneUnderground
|
||||
layers:
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
- Butchers
|
||||
- Dairy
|
||||
- Tailors
|
||||
- HelmirChild
|
||||
- !type:CP14LearnSkillsSpecial
|
||||
skills:
|
||||
- TraderWit
|
||||
|
||||
Reference in New Issue
Block a user