93b7389718
- Remove hidden mod approach — put statModifiers directly on weapon - Remove LocalizationOverride block from YAML - Localization as separate JSON file in localization/ folder - Override HeadshotDamageMultiplier to 0 (removes +400%) - Set BleedingApplicationRate to 1.0 (100% bleed) - Set ArmorPenetration to 1.0 (ignore all armor)
87 lines
2.9 KiB
YAML
87 lines
2.9 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
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.HeadshotDamageMultiplier
|
|
value: 0.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
|
|
- $type: gamedataConstantStatModifier_Record
|
|
modifierType: Additive
|
|
statType: BaseStats.HeadshotDamageMultiplier
|
|
value: 0.0
|
|
|
|
# ============================================================
|
|
# Localization — als JSON im localization Ordner
|
|
# ============================================================ |