Ideas for Stendhal/Magic
Ideas for Stendhal
- RP Proposal with Skills
- RP Refactoring
- Character Classes
- Items
- Magic
- Effects
- Pets and sheep
- Alchemy and Crafting
- Upgrading weapons
- Temp. stats increase
- Containers
- Item Deterioration
- Player vs. Player Challenges
Mostly implemented
Related pages
Previous discussions from meetings
Design idea
- Spells should be configurable via XML
- works so far see light.xml for example in CVS
- Spells should follow the natures defined via the former DamageType
- Spells have limitations
- Spells are separated into 2 parts:
- The spell itself defining nature, mana use, cool down time and other possible prerequisites like equipment
- Spell's effect defining what the spell does i.e. a simple healing spell just uses a healing effect that could be reused for a mass healing spell affecting all players in range
- Effects that temporarily affect entity's attributes need changes to other classes, as it seems more reasonable to store changes separately. For example an effect boosting a player's attack should not simply adjust the player's attribute but the method calculating atk should consider such additional effects
- Spells use mana
- Mana should be regenerated
- via potions
- slowly when no attacks are aiming at the player
- Client Integration
- Learning spells
- Quests per nature that allow player to buy spells from a shop
- Reward of those quests could be a first spell additionally to being allowed to buy
Spell Ideas
- Light
- Heal - Healing yourself or multiple players around
- Shield of Light - Increase defense for some time
- Dark
- Drain - Draining health from the enemy to heal yourself
- Ice
- Freeze - Slow down an enemy for some time
- Snow Storm - Push away enemies
- Fire
- Fire ball - Ranged attack on one enemy
- Explosion - Ranged attack on several enemies + pushing away the enemies around ( + damaging yourself a bit)
Open Issues
- Necessary Equipment
- Graphics for Spells? Spellbooks?
- Client integration?
- Balancing!
TODO
- add more spells and effects as examples
- extend entity classes with an entity based attribute value manipulator value effect
- add graphics for spells
- add spell book to client
- develop quests to learn magic (one per nature)
- dark
- light
- fire
- ice
- Check if SellerBehaviour could deal with spells