Proposals: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
# When levelling up and taking learning - is all the experience gained at the lower learning %, or is the extra experience multiplied by the new learning amount? | # When levelling up and taking learning - is all the experience gained at the lower learning %, or is the extra experience multiplied by the new learning amount? | ||
#* Example (hota) - A hero with no learning needs 1000 xp to level up and gets 5000 xp. If they take learning upon levelling up, do they still only get 4000 xp towards the next level or do they get 4000 * 1.25 = 5000 xp? | #* Example (hota) - A hero with no learning needs 1000 xp to level up and gets 5000 xp. If they take learning upon levelling up, do they still only get 4000 xp towards the next level or do they get 4000 * 1.25 = 5000 xp? | ||
# Seen [https://github.com/vcmi/vcmi/commit/58a6185b43605ac21292dba5bf62f888658814aa this] in VCMI log: "- [[Brotherhood of the Sword|Brotherhood of Sword]] now correctly adds bonus to [[Thieves' Guild|thieves guild]] access" -- does it really, in original Heroes 3? If so, that's not documented, on either the BOTS or TG pages. | # Seen [https://github.com/vcmi/vcmi/commit/58a6185b43605ac21292dba5bf62f888658814aa this] in VCMI log: "- [[Brotherhood of the Sword|Brotherhood of Sword]] now correctly adds bonus to [[Thieves' Guild|thieves guild]] access" -- does it really, in original Heroes 3? If so, that's not documented, on either the BOTS or TG pages. | ||
# There have been conflicting edits to the [[Sea Dog]] Accurate shot section. Research what is the breakpoint to killing multiple enemies (does it change when shooting with penalty?) and update the page accordingly. | # There have been conflicting edits to the [[Sea Dog]] Accurate shot section. Research what is the breakpoint to killing multiple enemies (does it change when shooting with penalty?) and update the page accordingly. | ||
Line 61: | Line 59: | ||
# Investigate possible bugs found on [[Talk:List of bugs (HotA)]] | # Investigate possible bugs found on [[Talk:List of bugs (HotA)]] | ||
# The [[Tome of Fire|Tomes]] have the note "Spells banned by the mapmaker are not available in Tomes." Does this also apply to [[Spellbinder's Hat]]? | # The [[Tome of Fire|Tomes]] have the note "Spells banned by the mapmaker are not available in Tomes." Does this also apply to [[Spellbinder's Hat]]? | ||
#* Werid, in SoD I found that although some 5th spells were banned, those spells can still appear in the spell book and can be casted with Spellbinder's Hat. But in HotA 1.6.1, those spells were disappeared. --[[User:Sanust|Sanust]] ([[User talk:Sanust|talk]]) 06:55, 4 April 2025 (UTC) | |||
== File upload/editing == | == File upload/editing == |
Revision as of 06:55, 4 April 2025
Welcome! This page contains everything we want to do to improve this wiki. Whether you are an experienced Mediawiki/CSS editor, someone who knows the Might & Magic lore or just someone who wants to help/learn, we are glad you're here. Don't worry about making mistakes or stepping on someone's toes - we all were there at some point!
If you'd like to discuss things in more detail, please join our discord server.
General/Ongoing
- Help clear the Maintenance Reports for unused/broken/wanted items!
- Check out and verify Trivia#Unverified Claims
- Look for pages that need help and report them here (e.g. unreadable color scheme in "Aesthetics", missing info in "Missing Info")
- Also report if data for an expansion is shown improperly (e.g. HotA functional data is seen when HotA is disabled via the switch on the top or left (Lore should always be visible)). Report these issues here in "Standardization".
- Use {{unk}} to mark text we need to fill in. That way all the unknown text will link to that template!
- Also, help clear the pages linking to the template by filling in the missing info.
- Record any in-game bugs found here: List of bugs (HotA)
Hota v1.7.2 - (Changelog)
Happy New Year! The Hota team dropped a new release with some updated secondary skills, specialties and a new campaign!
- Kinkeria - update learning table (In Progress: See Template: LTheader, Template: LTrow)
- Need to investigate: Do heroes who start with learning start at level 2, or do they miss out on the level bump from basic learning?
- They start at level 1, and they don't level bump at their first level-up if selecting something else than Advanced Learning then. However, they do start with a bonus 1000 XP, so they get a level up immediately after the first XP gain.
- Let's discuss this on Discord at some point...I have a spreadsheet that attempts to figure this out, but it is quite complicated. See Talk: Learning for some notes so far. --Legate (talk) 16:29, 21 February 2025 (UTC)
- Need to investigate: Do heroes who start with learning start at level 2, or do they miss out on the level bump from basic learning?
- Lots of event/quest/text changes to all hota campaigns.
Gameplay Info
Lore
Tools
Wiki
Low Priority/Backburner
Upcoming!
Major fan-made expansions in the works that we are monitoring.
Horn of the Abyss (update): Bulwark
Day of Reckoning (initial release): Day of Reckoning
How To
Content Switches
Hide all HotA / DoR game content (not lore content) when not enabled.
- For table rows, just add this to the row: |- class='onlyhota'
- For most other content just use: {{showwithhota|content}}. Can also use {{swh|HotaOnlyContent|SodOnlyContent}}.
- In some circumstances, you might need to use: <span class='onlyhota'>content</span>
- For lists, use: <ul class='onlyhota'><li>item</li><li>other item</li></ul>. For numbered lists, swap "ul" to "ol".
- See User:Imahero/hide for more examples.
File Uploading
- In a command terminal run: "oxipng -o 6 -s -r ." to losslessly compress all png images: github.com/shssoichiro/oxipng
- Animated png files will play on pages if they are full size. Animated gif files will play regardless.
Mediawiki Tips/Tricks
- List Numbering
- Use "#*" to add a comment to an item without breaking the numbering.
- Use <li value="your_number_here"></li> to restart a numeric list if there are breaks in between the numbers (e.g. comments).
- Comments: Use "<!--your comment here-->" to add comments to a page that can only be seen when editing.
- See User:ShushMaster and User:Legate for additional tricks.
- Use Template:Exist instead of #ifexist. Anything checked by #ifexist erroneously shows up on the missing files report if it doesn't exist!
- Beware of caching issues with templates. If something isn't updating the way you think it ought to, rename a template on the page, save the page and then rename it back. (Or use the More dropdown and choose Purge.)