Skip to content

Commit

Permalink
Trying to fIx some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfgn2399 committed Sep 8, 2023
1 parent 4a46d52 commit a69c645
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion subclass/Candurill; Path of the Meteor.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"version": "1.0",
"color": "750000",
"url": "https://www.gmbinder.com/share/-NdXBsZ2n4yUWYZfwsTC"
"url": "https://www.gmbinder.com/share/-NdXBsZ2n4yUWYZfwsTC",
"dateReleased": "2023-09-07"
}
],
"status": "ready",
Expand Down Expand Up @@ -158,5 +159,70 @@
"If you fall at least 10 feet during this effect, you create a Meteor Impact. All creatures within 20 feet of you must succeed on a Dexterity saving throw or take {@damage 5d10} force damage, plus an additional {@damage 1d10} force damage for every 10 feet you fell. You are immune to the fall damage that this may cause to you."
]
}
],
"foundrySubclassFeature": [
{
"name": "Variable Density",
"source": "PathOfTheMeteor",
"className": "Barbarian",
"classSource": "PHB",
"subclassSource": "PathOfTheMeteor",
"subclassShortName": "Meteor",
"level": 3,
"system": {
"activation": {
"type": "bonus",
"cost": 1
}
}
},
{
"name": "Gravitational Force",
"source": "PathOfTheMeteor",
"className": "Barbarian",
"classSource": "PHB",
"subclassSource": "PathOfTheMeteor",
"subclassShortName": "Meteor",
"level": 3
},
{
"name": "Comet's Momentum",
"source": "PathOfTheMeteor",
"className": "Barbarian",
"classSource": "PHB",
"subclassSource": "PathOfTheMeteor",
"subclassShortName": "Meteor",
"level": 6,
"system": {
"activation": {
"type": "bonus",
"cost": 1
}
}
},
{
"name": "Astral Interception",
"source": "PathOfTheMeteor",
"className": "Barbarian",
"classSource": "PHB",
"subclassSource": "PathOfTheMeteor",
"subclassShortName": "Meteor",
"level": 10,
"system": {
"activation": {
"type": "reaction",
"cost": 1
}
}
},
{
"name": "Meteor Impact",
"source": "PathOfTheMeteor",
"className": "Barbarian",
"classSource": "PHB",
"subclassSource": "PathOfTheMeteor",
"subclassShortName": "Meteor",
"level": 14
}
]
}

0 comments on commit a69c645

Please sign in to comment.