-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Split up all effects that have shared ids. There are currently 6~ or so effects that have shared ids. See https://tibia.fandom.com/wiki/User:Soul4Soul/List_Of_Effects for a list
- Demon Mirror, Spooky Face, Scratching Effect, Flitter Effect all have east and south facing effects
Thunderstorm and Stone Shower have duplicates to let them work on single spacesFixed
- Add monster blood type data to tibiawiki.
- Blood information is mentioned on the physical damage page https://tibia.fandom.com/wiki/Physical_Damage. A blood color field should be added that can align with the table.
- Add monster look type data to tibiawiki. There are two reasonable approaches for adding outfit data
- Option 1: A very ambitious idea is to work with TibiaWiki to update the creatureinfo_box template to support looktype data to render the creature image instead of using a gif. Technically speaking its possible for them to support such a concept, they already have the outfitter tool that does 99% of the work. The remaining work is to add the missing creature looktypes and to update all 1600+ monsters to use looktype data.
- Option 2: A page of look types similar to https://tibia.fandom.com/wiki/Effects. The page could contain a gif of the look type, update implemented, common outfit name, outfit id, and optional list of monsters in game using the outfit. This is less ambitious and the information wouldn't be as complete but it will still help to set many monster look types.
- Improve ability templates. While they are significantly better then free form text there are still gaps.
- conditions and buffs continue to remain difficult to parse. Creating custom templates for these attacks would greatly improve the chance the information can be parsed.
- Other short comings include no chance, no frequency, no range, no duration, and no strengths of abilities. While it would be great to have this information on the wiki its often harder to gather this information and is unlikely to ever exist on the wiki.
- Damage reflection information is not standardized
- Some mobs include it as an ability, many don't list it at all, some is manually maintained at https://tibia.fandom.com/wiki/Damage_Reflection
- This information should be moved to a parameter in the creature_infobox, a less desirable solution is to make a new ability template for damage reflection {{reflection|element|%}}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request