How do I add spells?

someone67

Warlord
Joined
Jun 30, 2008
Messages
121
I already figured out how to make simple spells like direct damage spells and buffs in xml, but how do I make more complex spells like terraforming?
 
Assets\python\entrypoints\CvSpellInterface.py

That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it.
 
Assets\python\entrypoints\CvSpellInterface.py

That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it.

Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything?
 
Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything?

IDLE (which comes with Python) or notepad++.
 
Seems to work. Tank you!
 
Back
Top Bottom