soul4soul / ot-monster-converter

C# .NET 5 program for converting OpenTibia (OT) monsters between commonly used formats
10 stars 12 forks source link

Work with TibiaWiki to resolve inconsistencies and enhance site data #53

Open soul4soul opened 3 years ago

soul4soul commented 3 years ago
soul4soul commented 2 years ago

Fixed duplicate thunderstorm and stone shower effects. They were important as monster attacks are likely to use those effects.

soul4soul commented 2 years ago

listed the specific shortcomings with the ability templates

soul4soul commented 2 years ago

field attacks can now be defined on the wiki using the elements parameter as fire field poison field energy field have been added to the list of icons. At this point the main abilities we struggle to parse are conditions, shapeshifting, and (de)buffs.

soul4soul commented 2 years ago

poison condition that is inflicted on melee can now be parsed from the posion parameter

soul4soul commented 2 years ago

There is now an ability template called Template:Outfit which can be used for shapeshifting abilities. Templates are still needed for conditions and de(buffs)

soul4soul commented 2 years ago

Add notes about damage reflection

soul4soul commented 2 years ago

Implemented a new template debuff2 which makes handling creature debuff spells possible. At current the only formats that easily handle the information are TW and cip mon so parsing them isn't helpful at this time.

Buffs continue to remain a problem. A note about buffs effect, some buff the creature and some buff the player. The buffs which effect the creature are hard to detect and calculate in game so that information is mostly absent except for a few blood rages.