dnd-item-generator/dnd_item/sources/properties_rare.yaml
2023-12-29 13:44:56 -08:00

27 lines
504 B
YAML

metadata:
headers:
- name
- nouns
- adjectives
- description
- damage_type
- damage
- to_hit
- type
enchanted:
- '{enchantment.nouns}'
- '{enchantment.adjectives}'
- 'Attacks made with this magical weapon do an extra {this.damage} {this.damage_type} damage.'
- '{enchantment.damage_type}'
- 1d6
- 0
- weapon
magical:
- 'striking, smacking'
- '+2'
- This magical weapon grants +2 to attack and damage rolls.
- '{damage_type}'
- 2
- 2
- weapon