Wow authored by rainlash's avatar rainlash
...@@ -279,7 +279,7 @@ Otherwise, in many Fire Emblem games, some tiles have their own hit points. Thes ...@@ -279,7 +279,7 @@ Otherwise, in many Fire Emblem games, some tiles have their own hit points. Thes
In order to create a tile with HP, you add both a _Destructible_ event tile AND an _HP_ event tile to the tile. In order to create a tile with HP, you add both a _Destructible_ event tile AND an _HP_ event tile to the tile.
[Destructible2](Images/LevelEditorDestructible2.png) ![Destructible2](Images/LevelEditorDestructible2.png)
The tile will have the amount of HP given in the Level Editor, or using `set_tile_info;{Position};HP={AmountofHP}`. When the tile's HP is reduced to 0, it will be destroyed, calling **Data/{CurrentLevel}/destroyScript.txt**. The same rules described above apply here -- you have to manually change the tile's sprite, terrain, and remove its event tiles. The tile will have the amount of HP given in the Level Editor, or using `set_tile_info;{Position};HP={AmountofHP}`. When the tile's HP is reduced to 0, it will be destroyed, calling **Data/{CurrentLevel}/destroyScript.txt**. The same rules described above apply here -- you have to manually change the tile's sprite, terrain, and remove its event tiles.
...@@ -343,7 +343,7 @@ Now fatigue is all set up and ready to go! Oh, wait, actually it's not. You may ...@@ -343,7 +343,7 @@ Now fatigue is all set up and ready to go! Oh, wait, actually it's not. You may
_credit goes to ZessDynamite for initial implementation of this feature_ _credit goes to ZessDynamite for initial implementation of this feature_
[OphieLevelUpQuote](Images/LevelUpQuote1.png) ![OphieLevelUpQuote](Images/LevelUpQuote1.png)
This should be pretty simple. If you want your units to say something when they level up, like FE13 and FE14, use this. This should be pretty simple. If you want your units to say something when they level up, like FE13 and FE14, use this.
... ...
......