Spells and Environments Modding Question
I have looked but I can't find tags for it. Can you make a spell that can only be cast on tiles in certain environments? Not terrain but environments like Grasslands or Dead.
I have looked but I can't find tags for it. Can you make a spell that can only be cast on tiles in certain environments? Not terrain but environments like Grasslands or Dead.
or <ValidTerrainType>HillsTerrain</ValidTerrainType>
Some examples in the corespells. I would try validterraintype with GrasslandsEnvironment to see if that works.
I didn't actually try <validterraintype> with GrasslandsEnvironment because I assumed <validterraintype> wouldn't work with an environment, however it does use the <TerrainType> tag with environments above. Unfortunately it didn't work, even with the <validterraintype>GrasslandsEnvironment</validterraintype> the spell can be cast anywhere. I also tried <ValidTerrainCategory>Fertile_Land</ValidTerrainCategory> but that didn't work either.
I haven't seen anything that would make this possible.
There are some spells that can only be cast on "Friendly Territory". Perhaps that could provide a clue as to how this can be accomplished. This would be an interesting mechanic to give magic more flavor.
Welcome Guest! Please take the time to register with us.