Mythacri / Mythacri-Foundry-Scripts

Foundry Scripts
2 stars 0 forks source link

Spirit Binding: Grade Scaling #101

Closed Mythacri closed 10 months ago

Mythacri commented 10 months ago

Spirit Grades go up from 1 to 6 and affect the spirit technique they make. When a Spirit technique is crafted the grade of the essence affects several aspects of the technique. These include:

For each grade above 1, the technique deals an additional 1 die of damage.

Damage equals: (X + SG)dY

DC equals: 10 + Prof + Spirit Grade

For each grade above 1 the range of the effect increases by 10 feet. So a circle with a radius of 20 feet would go up to a circle with a radius of 30 feet.

Range equals: X + (10 * SG)

For each grade above 1 the number of targets the technique has increases by 1 if its a single target technique.

Targets equals: X + SG - 1


Target and Range are unable to take @grade as values and need to be fixed. Damage appears to be able to take @grade just fine.