Commit Graph

7 Commits

Author SHA1 Message Date
arch_agent 620cf4ad56 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.
2026-07-21 17:29:54 +02:00
arch_agent 389871d14f Keep headshot damage at 4.0 (monomolecular = lethal headshot) 2026-07-21 17:15:21 +02:00
arch_agent 93b7389718 fix: direct statModifiers on weapon, separate localization JSON
- 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)
2026-07-21 17:13:59 +02:00
arch_agent 1d351b124a fix: use BaseStats.* prefix for all stat types
- BaseStats.DPS, BaseStats.ArmorPenetration, BaseStats.BleedingApplicationRate
- BaseStats.HeadshotDamageMultiplier set to 0 (remove headshot bonus)
- BaseStats.CritChance, BaseStats.CritDamage, BaseStats.AttackSpeed
- All stat types now match the game's internal naming
2026-07-21 17:12:18 +02:00
arch_agent fbe4c8b113 fix: inline LocalizationOverride + simplified Iconic structure
- Moved localization into the same YAML (LocalizationOverride block)
- Removed separate JSON localization file
- Simplified OnAttach (empty array, stats via statModifiers only)
- UIData directly on the mod record
- Still: 100% armor pen, 100% bleed, legendary quality
2026-07-21 17:04:49 +02:00
arch_agent a0819cd338 fix: correct TweakXL structure for Iconic weapons
- Use  on existing weapons (Katana_Default, Knife_Default)
- Add hidden IconicWeaponModAbilityBase with statModifiers
- GameplayLogicPackage with OnAttach for 100% bleed effect
- Correct stat types: ArmorPenetration, BleedingApplicationRate
- Proper  annotations for all records
2026-07-21 16:59:43 +02:00
arch_agent d02be9df45 Crystal Blades v0.1 — TweakXL stats + localization
Two new weapons:
- Kristallschneider (Katana): monomolecular crystal blade, ignores armor, 100% bleed
- Phantom Splitter (Wurfdolch): monomolecular crystal blade, ignores armor, 100% bleed

Includes:
- TweakXL YAML with weapon stats and status effects
- Localization (EN + DE)
- README with installation guide
2026-07-21 16:02:57 +02:00