mirror of
https://forge.apps.education.fr/phroy/codetower.git
synced 2024-01-27 11:35:17 +01:00
Visualisation fixed in blender
This commit is contained in:
parent
62acccb016
commit
cecd907f78
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
<data>
|
||||
<config>
|
||||
<speed>1.0</speed>
|
||||
<speed>4.0</speed>
|
||||
<sound>False</sound>
|
||||
</config>
|
||||
</data>
|
10
ct_doc.py
10
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"
|
||||
|
Loading…
Reference in New Issue
Block a user