adding rolltables

This commit is contained in:
evilchili
2023-12-26 18:41:43 -08:00
parent d7f4f2ed2d
commit 84c955fb62
11 changed files with 2645 additions and 37 deletions
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -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
+24
View File
@@ -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:
+12
View File
@@ -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:
+20
View File
@@ -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
+20
View File
@@ -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