soul4soul / ot-monster-converter

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

[tibiawiki] Distinguish between conditions and elements when parsing abilities #71

Closed soul4soul closed 2 years ago

soul4soul commented 2 years ago

Closes #67

It turns out the element field uses both condition terms and elemental damage type terms such as "poisoned", "poison", "earth". This subtle difference is used to distinguish between condition and damage spells. With this diff parsing damage spells is more accurate.