adding weapon gen

This commit is contained in:
2025-11-02 19:46:47 -06:00
parent 31aa0000cc
commit 6efd3b3aa8
15 changed files with 424 additions and 491 deletions

View File

@@ -0,0 +1,47 @@
# Prefixes and suffixes. Add tags_required/tags_forbidden if desired.
affixes:
prefixes:
- id: flaming
name: Flaming
effects:
- stat: fire_damage_flat
min: 1
max: 4
per_level: 0.15
- id: keen
name: Keen
effects:
- stat: crit_chance_pct
min: 2
max: 6
per_level: 0.08
- id: vicious
name: Vicious
effects:
- stat: flat_damage
min: 1
max: 3
per_level: 0.20
suffixes:
- id: of_strength
name: of Strength
effects:
- stat: str
min: 1
max: 2
per_level: 0.06
- id: of_speed
name: of Speed
effects:
- stat: dex
min: 1
max: 2
per_level: 0.06
- id: of_the_owl
name: of the Owl
effects:
- stat: int
min: 1
max: 2
per_level: 0.06