same thing as prev
This commit is contained in:
parent
7d5741f883
commit
ce645a3db2
1 changed files with 4 additions and 4 deletions
|
@ -1473,7 +1473,7 @@ const atrees = {
|
||||||
"archetype": "Sharpshooter",
|
"archetype": "Sharpshooter",
|
||||||
"archetype_req": 0,
|
"archetype_req": 0,
|
||||||
"parents": [
|
"parents": [
|
||||||
"Cheaper Escape",
|
"Cheaper Dash",
|
||||||
"Thunder Mastery",
|
"Thunder Mastery",
|
||||||
"Fire Mastery"
|
"Fire Mastery"
|
||||||
],
|
],
|
||||||
|
@ -10669,7 +10669,7 @@ const atrees = {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "add_spell_prop",
|
"type": "add_spell_prop",
|
||||||
"base_spell": 0,
|
"base_spell": 3,
|
||||||
"target_part": "Total Damage",
|
"target_part": "Total Damage",
|
||||||
"hits": {
|
"hits": {
|
||||||
"Per Hit": 3
|
"Per Hit": 3
|
||||||
|
@ -10701,7 +10701,7 @@ const atrees = {
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "ws",
|
"name": "spd",
|
||||||
"value": 20
|
"value": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -10907,7 +10907,7 @@ const atrees = {
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
"cost": 1,
|
"cost": 2,
|
||||||
"display": {
|
"display": {
|
||||||
"row": 33,
|
"row": 33,
|
||||||
"col": 6,
|
"col": 6,
|
||||||
|
|
Loading…
Add table
Reference in a new issue