From 00fad48f0fc1fd0b0aa8f8327da2db4eb2cf742b Mon Sep 17 00:00:00 2001 From: aardlyworthit Date: Sat, 29 Dec 2018 23:31:36 -0500 Subject: [PATCH] Add files via upload --- Aard_Costs.xml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/Aard_Costs.xml b/Aard_Costs.xml index 62f8382..1a6362f 100644 --- a/Aard_Costs.xml +++ b/Aard_Costs.xml @@ -165,7 +165,7 @@ > > ", "silver", "", "No instinct found that matches ", "yellow", "", search, "silver", "", ".") return -- no match to an instinct end @@ -428,13 +435,20 @@ end function help() Note() ColourNote("orange", "", " >> ", "silver", "", "Syntax is: ") - ColourNote("white", "", " potential <#>") - ColourNote("white", "", " potential to <#>") - ColourNote("white", "", " potential <#>") + ColourNote("white", "", " costs help") + ColourNote("white", "", " (potential|mastery |instinct ) <#>") + ColourNote("white", "", " (potential|mastery |instinct ) to <#>") + ColourNote("white", "", " (potential|mastery |instinct ) <#>") ColourNote("silver", "", " The ", "white", "", "", "silver", "", " variable is optional, otherwise your current potential is used.") - ColourNote("white", "", " e.g. potential 5 ", "silver", "", "Will calculate how much for you to buy 5 potential.") - ColourNote("white", "", " e.g. potential to 100 ", "silver", "", "Will calculate how much for you to increase your potential to 100.") - ColourNote("white", "", " e.g. potential 100 5 ", "silver", "", "Will calculate how much to buy 5 potential if you have 100.") + ColourNote("silver", "", " e.g.", "white", "", " potential 5 ", "silver", "", "Will calculate how much for you to buy 5 potential.") + ColourNote("silver", "", " e.g.", "white", "", " potential to 100 ", "silver", "", "Will calculate how much for you to increase your potential to 100.") + ColourNote("silver", "", " e.g.", "white", "", " potential 100 5 ", "silver", "", "Will calculate how much to buy 5 potential if you have 100.") + ColourNote("silver", "", " e.g.", "white", "", " mastery electric 5 ", "silver", "", "Will calculate how much to buy 5 electric mastery.") + ColourNote("silver", "", " e.g.", "white", "", " mastery electric to 104 ", "silver", "", "Will calculate how much to buy electric mastery from your current amount to 104.") + ColourNote("silver", "", " e.g.", "white", "", " mastery electric 100 5 ", "silver", "", "Will calculate how much to buy 5 electric mastery if you have 100.") + ColourNote("silver", "", " e.g.", "white", "", " instinct dodge 5 ", "silver", "", "Will calculate how much to buy 5 dodge instinct.") + ColourNote("silver", "", " e.g.", "white", "", " instinct dodge to 104 ", "silver", "", "Will calculate how much to buy dodge instinct from your current amount to 104.") + ColourNote("silver", "", " e.g.", "white", "", " instinct dodge 100 5 ", "silver", "", "Will calculate how much to buy 5 dodge instinct if you have 100.") Note() end