620cf4ad56
Both weapons now restore health on kill and on hit, similar to the Nehan/Satori hemorrhaging effect.
109 lines
3.7 KiB
YAML
109 lines
3.7 KiB
YAML
# Crystal Blades — Kristallklingen
|
|
# Direkte Waffen-Definition ohne Hidden Mod Umweg
|
|
|
|
# ============================================================
|
|
# WAFFE 1: Kristallschneider (Katana)
|
|
# ============================================================
|
|
|
|
Items.Preset_Crystal_Katana:
|
|
$base: Items.Preset_Katana_Default
|
|
displayName: LocKey#crystal_katana_name
|
|
localizedDescription: LocKey#crystal_katana_desc
|
|
quality: Quality.Legendary
|
|
|
|
# Direkte Stat-Überschreibungen auf der Waffe
|
|
statModifiers:
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.DPS
|
|
value: 200.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.AttackSpeed
|
|
value: 0.2
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.CritChance
|
|
value: 15.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.CritDamage
|
|
value: 30.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.BleedingApplicationRate
|
|
value: 1.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.ArmorPenetration
|
|
value: 1.0
|
|
# Kopfschuss bleibt extrem tödlich — monomolekular durchtrennt alles
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.HeadshotDamageMultiplier
|
|
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)
|
|
# ============================================================
|
|
|
|
Items.Preset_Crystal_ThrowingKnife:
|
|
$base: Items.Preset_Knife_Default
|
|
displayName: LocKey#crystal_knife_name
|
|
localizedDescription: LocKey#crystal_knife_desc
|
|
quality: Quality.Legendary
|
|
|
|
statModifiers:
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.DPS
|
|
value: 150.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.AttackSpeed
|
|
value: 0.5
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.CritChance
|
|
value: 25.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.CritDamage
|
|
value: 50.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.BleedingApplicationRate
|
|
value: 1.0
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.ArmorPenetration
|
|
value: 1.0
|
|
# Kopfschuss bleibt extrem tödlich
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.HeadshotDamageMultiplier
|
|
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
|
|
# ============================================================ |