Commit Graph

2 Commits

Author SHA1 Message Date
arch_agent 18708e2d19 v2.0 — Complete rewrite: Clone Satori + Nehan instead of building from scratch
Key changes:
- Katana:  Items.Preset_Katana_Saburo_Legendary (Satori clone)
  → Retains all bleeding, hemorrhaging, hidden GameplayLogicPackages
- Knife:  Items.Preset_Tanto_Saburo_Retrofix (Nehan clone)
  → Retains thrown bleeding, hemorrhaging, health restoration
- Only displayName/localizedDescription overridden
- Localization in r6/loc/en-us/ and r6/loc/de-de/ (proper LocKey resolution)
- Removed all custom statModifiers (they were ignored anyway)
- Removed IconicWeaponModAbilityBase approach
- Removed LocalizationOverride block
- Clean file structure matching CDPR conventions

Thanks to ChatGPT for the correct approach:
- Stats via statModifiers were being ignored
- HealOnKill/HealthRegen don't exist as BaseStats
- Nehan heals via GameplayLogicPackage, not stats
- ArmorPenetration is not the right stat name post-2.0
- Cloning existing Iconics preserves all hidden behavior
2026-07-21 22:06:11 +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