adding weapon gen
This commit is contained in:
47
app/game/templates/weapons/affixes.yaml
Normal file
47
app/game/templates/weapons/affixes.yaml
Normal 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
|
||||
Reference in New Issue
Block a user