Misc. atree fix
psychokinesis cost 1->2 orphion's pulse better desc fluid healing not affected by conc
This commit is contained in:
parent
f04882132a
commit
8efe671fae
3 changed files with 5 additions and 5 deletions
|
@ -6239,7 +6239,7 @@ const atrees = {
|
|||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 1,
|
||||
"target_part": "Heal Pulse",
|
||||
"target_part": "Second and Third Pulses",
|
||||
"power": 0.15
|
||||
},
|
||||
{
|
||||
|
@ -6249,7 +6249,7 @@ const atrees = {
|
|||
"target_part": "Total Heal",
|
||||
"hits": {
|
||||
"Heal": 1,
|
||||
"Heal Pulse": 2
|
||||
"Second and Third Pulses": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -6384,7 +6384,7 @@ const atrees = {
|
|||
"Meteor"
|
||||
],
|
||||
"blockers": [],
|
||||
"cost": 1,
|
||||
"cost": 2,
|
||||
"display": {
|
||||
"row": 26,
|
||||
"col": 7,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1066,7 +1066,7 @@ function builder_graph_init() {
|
|||
new PowderSpecialDisplayNode().link_to(powder_special_input, 'powder-specials')
|
||||
.link_to(stat_agg_node, 'stats').link_to(build_node, 'build');
|
||||
pre_scale_agg_node.link_to(powder_special_calc, 'powder-boost');
|
||||
pre_scale_agg_node.link_to(armor_powder_node, 'armor-powder');
|
||||
stat_agg_node.link_to(armor_powder_node, 'armor-powder');
|
||||
powder_special_input.update();
|
||||
|
||||
// Potion boost.
|
||||
|
|
Loading…
Reference in a new issue