View Single Post
  #5  
Old 01-27-2010, 04:53 PM
xsyron xsyron is offline
Registered Member
 
Join Date: Jan 2010
Posts: 7
Default

@Zechnophobe
Havent found yet were the code of the passive abilities, is kept. To be more exact: to reproduce a passive ability as it is, and transfer it to another unit is easy. All we have to do is find how it is implemented already on the other monster, code the necessary parameters and presto.
for example we could add nimble to archmages very easily simply by adding features=agility in their atom file. Well at least then they would have the actual ability without appearing in the monster sheet.

Some passive abilities require more modified parameters others less, and Adding it to the monster sheet requires a few extra steps but it is possible.
Also creating a new activated ability is easy, since the code can be written inside the atom itself.

What you are suggesting for example i could not do yet as a passive ability, to always be in effect, since i haven't found where the code for the passive abilities is kept. But it can be implemented as an activated ability though, and it will probably be there in the next update

@Arilian
Yes, they are The opponent ai seems to use even the new abilities without issues and hesitation .
If a special ability requires a hero skill to become unlocked though, the opponent monsters would not have access to it unless it has a hero with the appropriate skill. But they'll still have the improved statistics to make our travels miserable
Reply With Quote