diff --git a/codetower-36.blend b/codetower-36.blend index 77e994b..8e1510e 100644 Binary files a/codetower-36.blend and b/codetower-36.blend differ diff --git a/ct_config.xml b/ct_config.xml index f457153..4784d9c 100644 --- a/ct_config.xml +++ b/ct_config.xml @@ -1,6 +1,6 @@ - 1.0 + 4.0 False \ No newline at end of file diff --git a/ct_doc.py b/ct_doc.py index f0c51bf..1ac5e09 100644 --- a/ct_doc.py +++ b/ct_doc.py @@ -196,6 +196,16 @@ fct_description.update({"Acid-card" : [ct_acid_title, ct_acid_text]}) spell_card=["Slow_spell-card", "Detect-card", "Fear-card", "Aura-card"] +# ct_slow_tech +ct_slow_tech_title="\n Slow down the target" +ct_slow_tech_text="\n \n ct_slow (x, y, state) \n \v - x tower location (integer)\n \v - y tower location (integer)\n" +ct_slow_tech_text = ct_slow_tech_text +" \v - state (bool) : \n \v \v - True : set \n \v \v - False : unset\n \n" +ct_slow_tech_text = ct_slow_tech_text +" Finds the vulnerability for slow down \n the target" +ct_slow_tech_text = ct_slow_tech_text +" (speed divided by 4).\n \n" +ct_slow_tech_text = ct_slow_tech_text +" It can't be combined with \'accurate\' \n or \'volley\'." +# ct_slow_tech_text = ct_slow_tech_text +" (minion speed divided by 2)." +fct_description.update({"Slow_tech-card" : [ct_slow_tech_title, ct_slow_tech_text]}) + # ct_slow_spell ct_slow_spell_title="FIXME" ct_slow_spell_text="FIXME\n"