adding rolltables
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
metadata:
|
||||
headers:
|
||||
- damage_type
|
||||
- noun
|
||||
- adjective
|
||||
- nouns
|
||||
- adjectives
|
||||
frequencies:
|
||||
default:
|
||||
fire: 1.0
|
||||
@@ -28,7 +28,7 @@ thunder:
|
||||
- thunder
|
||||
- thundering,booming
|
||||
psychic:
|
||||
- psychic
|
||||
- mind
|
||||
- psychic
|
||||
poison:
|
||||
- poison
|
||||
@@ -40,8 +40,8 @@ force:
|
||||
- force
|
||||
- forceful
|
||||
necrotic:
|
||||
- necrosis
|
||||
- necrotic, darkness, unholy
|
||||
- necrosis, darkness, shadows
|
||||
- necrotic, dark, unholy
|
||||
radiant:
|
||||
- radiance
|
||||
- radiance, shining
|
||||
- radiant, holy
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
metadata:
|
||||
headers:
|
||||
- rarity
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- type
|
||||
|
||||
common:
|
||||
uncommon:
|
||||
rare:
|
||||
'+2':
|
||||
- magic
|
||||
- '+2'
|
||||
- This magical weapon grants +2 to attack and damage rolls.
|
||||
- weapon
|
||||
very rare:
|
||||
'+3':
|
||||
- magic
|
||||
- '+3'
|
||||
- This magical weapon grants +3 to attack and damage rolls.
|
||||
- weapon
|
||||
legendary:
|
||||
@@ -0,0 +1,12 @@
|
||||
metadata:
|
||||
headers:
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- type
|
||||
light:
|
||||
- 'light'
|
||||
- 'light'
|
||||
- 'Weapons with the light property...'
|
||||
- weapon
|
||||
@@ -0,0 +1,8 @@
|
||||
metadata:
|
||||
headers:
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- type
|
||||
legendary:
|
||||
@@ -0,0 +1,20 @@
|
||||
metadata:
|
||||
headers:
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- damage_modifier
|
||||
- type
|
||||
element:
|
||||
- '{element.nouns}'
|
||||
- '{element.adjectives}'
|
||||
- 'Attacks made with the {name} do an extra {this.damage_modifier} {element.damage_type} damage.'
|
||||
- d6
|
||||
- weapon
|
||||
'+2':
|
||||
- magic
|
||||
- '+2'
|
||||
- This magical weapon grants +2 to attack and damage rolls.
|
||||
- 2
|
||||
- weapon
|
||||
@@ -0,0 +1,20 @@
|
||||
metadata:
|
||||
headers:
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- damage_modifier
|
||||
- type
|
||||
element:
|
||||
- '{element.nouns}'
|
||||
- '{element.adjectives}'
|
||||
- 'Attacks made with the {name} do an extra {this.damage_modifier} {element.damage_type} damage.'
|
||||
- d4
|
||||
- weapon
|
||||
'+1':
|
||||
- magic
|
||||
- '+1'
|
||||
- This magical weapon grants +1 to attack and damage rolls.
|
||||
- 1
|
||||
- weapon
|
||||
@@ -0,0 +1,20 @@
|
||||
metadata:
|
||||
headers:
|
||||
- name
|
||||
- nouns
|
||||
- adjectives
|
||||
- description
|
||||
- damage modifier
|
||||
- type
|
||||
element:
|
||||
- '{element.nouns}'
|
||||
- '{element.adjectives}'
|
||||
- 'Attacks made with the {name} do an extra {this.damage_modifier} {element.damage_type} damage.'
|
||||
- d8
|
||||
- weapon
|
||||
'+3':
|
||||
- magic
|
||||
- '+3'
|
||||
- This magical weapon grants +3 to attack and damage rolls.
|
||||
- 3
|
||||
- weapon
|
||||
Reference in New Issue
Block a user