27 lines
548 B
YAML
27 lines
548 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:
|
|
- 'precision, precise striking, precise smacking, precise strikes'
|
|
- '+2'
|
|
- This magical weapon grants +2 to attack and damage rolls.
|
|
- '{damage_type}'
|
|
- 2
|
|
- 2
|
|
- weapon
|