soul4soul / ot-monster-converter

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

XML output file structure suggestion #75

Open EPuncker opened 2 years ago

EPuncker commented 2 years ago

https://github.com/soul4soul/ot-monster-converter/blob/master/app/MonsterConverterTfsXml/TfsXmlConverter.cs#L363-L454

current order of elements:

- flags
- immunities
- elements
- attacks
- defense
- voice
- summon
- loot

trying to make it more tfs alike (to make updating current tfs-master monsters easier):

- flags
- attacks
- defense
- elements
- immunities
- summon
- voice
- loot