dnd-item-generator/dnd_item/sources/properties_uncommon.yaml
2023-12-27 00:42:31 -08:00

27 lines
488 B
YAML

metadata:
headers:
- name
- nouns
- adjectives
- description
- damage_type
- damage
- to_hit
- type
enchanted:
- '{enchanted.nouns}'
- '{enchanted.adjectives}'
- 'Attacks made with this magical weapon do an extra {this.damage} {this.damage_type} damage.'
- '{enchanted.damage_type}'
- 1d4
- 0
- weapon
magical:
- magic
- '+1'
- This magical weapon grants +1 to attack and damage rolls.
- '{base.damage_type}'
- 1
- 1
- weapon