Add Nehan-style lifesteal: HealOnKill +50, HealthRegen +10
Both weapons now restore health on kill and on hit, similar to the Nehan/Satori hemorrhaging effect.
This commit is contained in:
@@ -42,6 +42,16 @@ Items.Preset_Crystal_Katana:
|
|||||||
modifierType: Additive
|
modifierType: Additive
|
||||||
statType: BaseStats.HeadshotDamageMultiplier
|
statType: BaseStats.HeadshotDamageMultiplier
|
||||||
value: 4.0
|
value: 4.0
|
||||||
|
# Lifesteal — Leben zurück bei Kill (wie Nehan)
|
||||||
|
- $type: gamedataConstantStatModifier_Record
|
||||||
|
modifierType: Additive
|
||||||
|
statType: BaseStats.HealOnKill
|
||||||
|
value: 50.0
|
||||||
|
# Heilung bei Treffer
|
||||||
|
- $type: gamedataConstantStatModifier_Record
|
||||||
|
modifierType: Additive
|
||||||
|
statType: BaseStats.HealthRegen
|
||||||
|
value: 10.0
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# WAFFE 2: Phantom Splitter (Wurfdolch)
|
# WAFFE 2: Phantom Splitter (Wurfdolch)
|
||||||
@@ -83,6 +93,16 @@ Items.Preset_Crystal_ThrowingKnife:
|
|||||||
modifierType: Additive
|
modifierType: Additive
|
||||||
statType: BaseStats.HeadshotDamageMultiplier
|
statType: BaseStats.HeadshotDamageMultiplier
|
||||||
value: 4.0
|
value: 4.0
|
||||||
|
# Lifesteal — Leben zurück bei Kill (wie Nehan)
|
||||||
|
- $type: gamedataConstantStatModifier_Record
|
||||||
|
modifierType: Additive
|
||||||
|
statType: BaseStats.HealOnKill
|
||||||
|
value: 50.0
|
||||||
|
# Heilung bei Treffer
|
||||||
|
- $type: gamedataConstantStatModifier_Record
|
||||||
|
modifierType: Additive
|
||||||
|
statType: BaseStats.HealthRegen
|
||||||
|
value: 10.0
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# Localization — als JSON im localization Ordner
|
# Localization — als JSON im localization Ordner
|
||||||
|
|||||||
Reference in New Issue
Block a user