Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soul4soul opened this issue Sep 19, 2021 · 7 comments
Open
Labels
enhancement New feature or request

Comments

@soul4soul
Copy link
Owner

soul4soul commented Sep 19, 2021

  • 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 spaces Fixed
  • Add monster blood type data to tibiawiki.
  • 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|%}}
@soul4soul soul4soul added the enhancement New feature or request label Sep 19, 2021
@soul4soul
Copy link
Owner Author

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

@soul4soul
Copy link
Owner Author

listed the specific shortcomings with the ability templates

@soul4soul
Copy link
Owner Author

soul4soul commented May 27, 2022

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
Copy link
Owner Author

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

@soul4soul
Copy link
Owner Author

soul4soul commented Jul 30, 2022

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
Copy link
Owner Author

Add notes about damage reflection

@soul4soul
Copy link
Owner Author

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.

Repository owner deleted a comment from NoneTypez Feb 23, 2024
@github-staff github-staff deleted a comment May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@soul4soul and others