Ideas for Stendhal/Magic: Difference between revisions

Content deleted Content added
imported>Redqueen
Added a spell image
imported>Madmetzger
GUI integration: added description for early testing
Line 75:
*** Cast spells
*** visual effects
**=== Allow early testing {{done}} ===
For being able to test as early as possible there is some code that enables to test the already implemented spells. There are basically three steps to consider:
*** Script SummonSpell to obtain a spell {{done}}
***# SlashEquip actionthe totesting castplayer with a spell via the script ''/castSummonSpell'' {{done}}:
/script SummonSpell [character] [spell name]
*** Mana can be manipulated via ''/alter'' {{done}} (was already there)
# Provide mana to the testing player (first one rises the base value and second alter gives actual mana):
/alter [character] base_mana add 1000
/alter [character] mana add 1000
# Use spell via slash action ''cast'':
/cast [spell id] [target name or id]
*** Script SummonSpell to obtain a spell {{done}}
* Slash action to cast a spell ''/cast'' {{done}}
*** Mana can be manipulated via ''/alter'' {{done}} (was already there)
 
== Graphic Ideas ==