Visualisation fixed in blender

This commit is contained in:
Philippe Roy 2022-08-18 16:47:39 +02:00
parent 62acccb016
commit cecd907f78
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
<data>
<config>
<speed>1.0</speed>
<speed>4.0</speed>
<sound>False</sound>
</config>
</data>

View File

@ -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"