mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 00:52:28 +00:00
Removed double square brackets from priest spells
This commit is contained in:
@@ -158,7 +158,7 @@ pri1['Detect Poison'] = {
|
||||
'school': 'Divination',
|
||||
'sphere': 'Divination',
|
||||
'range': '0',
|
||||
'duration': '1 turn + [[[[@{level-priest}]]]] rounds',
|
||||
'duration': '1 turn + [[@{level-priest}]] rounds',
|
||||
'aoe': 'Special',
|
||||
'components': 'V, S, M',
|
||||
'cast-time': '4',
|
||||
@@ -253,8 +253,8 @@ pri1['Invisibility to Animals'] = {
|
||||
'school': 'Alteration',
|
||||
'sphere': 'Animal',
|
||||
'range': 'Touch',
|
||||
'duration': '1 turn + [[[[@{level-priest}]]]] rounds',
|
||||
'aoe': '[[[[@{level-priest}]]]] creatures',
|
||||
'duration': '1 turn + [[@{level-priest}]] rounds',
|
||||
'aoe': '[[@{level-priest}]] creatures',
|
||||
'components': 'S, M',
|
||||
'cast-time': '4',
|
||||
'saving-throw': 'None',
|
||||
@@ -291,7 +291,7 @@ pri1['Light'] = {
|
||||
'school': 'Alteration',
|
||||
'sphere': 'Sun',
|
||||
'range': '120 yards',
|
||||
'duration': '1 hour + [[[[@{level-priest}]]]] turns',
|
||||
'duration': '1 hour + [[@{level-priest}]] turns',
|
||||
'aoe': '20-feet-radius globe',
|
||||
'components': 'V, S',
|
||||
'cast-time': '4',
|
||||
@@ -310,7 +310,7 @@ pri1['Locate Animals or Plants'] = {
|
||||
'school': 'Divination',
|
||||
'sphere': 'Divination (Animal, Plant)',
|
||||
'range': '[[100+(20*[[@{level-priest}]])]] yards',
|
||||
'duration': '[[[[@{level-priest}]]]] rounds',
|
||||
'duration': '[[@{level-priest}]] rounds',
|
||||
'aoe': '[[20*[[@{level-priest}]]]] yards x 20 feet',
|
||||
'components': 'V, S, M',
|
||||
'cast-time': '1 round',
|
||||
@@ -348,8 +348,8 @@ pri1['Pass Without Trace'] = {
|
||||
'school': 'Enchantment/Charm',
|
||||
'sphere': 'Plant',
|
||||
'range': 'Touch',
|
||||
'duration': '[[[[@{level-priest}]]]] turns',
|
||||
'aoe': '[[[[@{level-priest}]]]] creatures',
|
||||
'duration': '[[@{level-priest}]] turns',
|
||||
'aoe': '[[@{level-priest}]] creatures',
|
||||
'components': 'V, S, M',
|
||||
'cast-time': '1 round',
|
||||
'saving-throw': 'None',
|
||||
@@ -387,7 +387,7 @@ pri1['Purify Food & Drink'] = {
|
||||
'sphere': 'All',
|
||||
'range': '30 yards',
|
||||
'duration': 'Permanent',
|
||||
'aoe': '[[[[@{level-priest}]]]] cube feet in 10 square feet',
|
||||
'aoe': '[[@{level-priest}]] cube feet in 10 square feet',
|
||||
'components': 'V, S',
|
||||
'cast-time': '1 round',
|
||||
'saving-throw': 'None',
|
||||
|
||||
Reference in New Issue
Block a user