Small modification (Show Tree -> Edit Abilities)
discussed in PR but not implemented because i'm dense
This commit is contained in:
parent
ad0d665306
commit
8e3a35b16a
2 changed files with 3 additions and 3 deletions
|
@ -429,7 +429,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class = "col-3 py-2">
|
<div class = "col-3 py-2">
|
||||||
<button class = "col-auto button rounded scaled-font fw-bold text-light dark-5" id = "toggle-atree" onclick = "toggle_tab('atree-dropdown'); toggleButton('toggle-atree')">
|
<button class = "col-auto button rounded scaled-font fw-bold text-light dark-5" id = "toggle-atree" onclick = "toggle_tab('atree-dropdown'); toggleButton('toggle-atree')">
|
||||||
Show Tree
|
Edit Abilities
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class = "col-3 py-2">
|
<div class = "col-3 py-2">
|
||||||
|
|
|
@ -2832,7 +2832,7 @@ const atrees = {
|
||||||
"slider_name": "Corrupted",
|
"slider_name": "Corrupted",
|
||||||
"output": {
|
"output": {
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "raw"
|
"name": "damRaw"
|
||||||
},
|
},
|
||||||
"scaling": [4],
|
"scaling": [4],
|
||||||
"slider_step": 1,
|
"slider_step": 1,
|
||||||
|
@ -3378,7 +3378,7 @@ const atrees = {
|
||||||
"slider_name": "Corrupted",
|
"slider_name": "Corrupted",
|
||||||
"output": {
|
"output": {
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "raw"
|
"name": "damRaw"
|
||||||
},
|
},
|
||||||
"scaling": [0.5],
|
"scaling": [0.5],
|
||||||
"max": 50
|
"max": 50
|
||||||
|
|
Loading…
Reference in a new issue