From b4ea7fada74af4ce56935d3e9ecd5aba1e8d7f93 Mon Sep 17 00:00:00 2001 From: aardlyworthit Date: Fri, 19 Jul 2019 09:17:21 -0400 Subject: [PATCH] Add files via upload --- Aard_Costs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Aard_Costs.xml b/Aard_Costs.xml index a80da52..b1d6d60 100644 --- a/Aard_Costs.xml +++ b/Aard_Costs.xml @@ -115,7 +115,7 @@ > ", "silver", "", "You need ", "magenta", "", commas(trains), "red", "", " trains", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase your ", "yellow", "", which_instinct, "silver", "", " instinct from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_instinct(trains, gold)) + ColourNote("orange", "", "\n >> ", "silver", "", "You need ", "magenta", "", commas(trains), "red", "", " trains", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase your ", "yellow", "", which_instinct, "silver", "", " instinct from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_instinct(trains, gold)) else ColourNote("orange", "", " >> ", "silver", "", "It would cost ", "magenta", "", commas(trains), "red", "", " trains", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase ", "yellow", "", which_instinct, "silver", "", " instinct from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".") end @@ -401,7 +401,7 @@ function calculate_mastery(name, line, args) gold = gold + mastery[i].gold end if actual then - ColourNote("orange", "", " >> ", "silver", "", "You need ", "magenta", "", commas(qp), "red", "", " quest points", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase your ", "yellow", "", which_mastery, "silver", "", " mastery from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_mastery(qp, gold)) + ColourNote("orange", "", "\n >> ", "silver", "", "You need ", "magenta", "", commas(qp), "red", "", " quest points", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase your ", "yellow", "", which_mastery, "silver", "", " mastery from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_mastery(qp, gold)) else ColourNote("orange", "", " >> ", "silver", "", "It would cost ", "magenta", "", commas(qp), "red", "", " quest points", "silver", "", " and ", "magenta", "", commas(gold), "gold", "", " gold", "silver", "", " to increase ", "yellow", "", which_mastery, "silver", "", " mastery from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".") end @@ -438,7 +438,7 @@ function calculate_potential() qp = qp + potential[i].qp end if actual then - ColourNote("orange", "", " >> ", "silver", "", "You need ", "magenta", "", commas(qp), "red", "", " quest points ", "silver", "", "to increase your ", "yellow", "", "Potential", "silver", "", " from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_potential(qp)) + ColourNote("orange", "", "\n >> ", "silver", "", "You need ", "magenta", "", commas(qp), "red", "", " quest points ", "silver", "", "to increase your ", "yellow", "", "Potential", "silver", "", " from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".", afford_potential(qp)) else ColourNote("orange", "", " >> ", "silver", "", "It would cost ", "magenta", "", commas(qp), "red", "", " quest points ", "silver", "", "to increase ", "yellow", "", "Potential", "silver", "", " from ", "yellow", "", current, "silver", "", " to ", "yellow", "", to, "silver", "", ".") end