Tarmslitaren / FrosthavenAssistant

flutter app
GNU Affero General Public License v3.0
182 stars 45 forks source link

Crystal Enclosure Ice Pillars change HPs between rooms #219

Closed Taxeon closed 2 months ago

Taxeon commented 3 months ago

In Crystal Enclosure scenario: So that is weird the math is (2+L)xC/2 for Pillar HP. In Room one it seemed to calculate correctly at 7 but in room two it went up to 8.

L is 3 C is 3 So ( 3+2) x (3/2) = 5 x 1.5 = 7.5 rounded down=7

Tarmslitaren commented 3 months ago

There is actually a different formula for room 2.

room 1: (2+L)xC/2 room 2: 4+(LxC)/2

so purely mathematical, it would be correct at 7 in room one and 8 in room two, however it is possible that the intent is to add 4 before dividing, meaning room two would be 13/2 = 6. I will ask for clarification.

Taxeon commented 3 months ago

Yea, sorry about that. I saw that in my second attempt. Still need the boneshaper Corpse summon though 🙂


From: Hans Möller @.> Sent: Sunday, May 5, 2024 11:20 PM To: Tarmslitaren/FrosthavenAssistant @.> Cc: Taxeon @.>; Author @.> Subject: Re: [Tarmslitaren/FrosthavenAssistant] Crystal Enclosure Ice Pillars change HPs between rooms (Issue #219)

There is actually a different formula for room 2.

room 1: (2+L)xC/2 room 2: 4+(LxC)/2

so purely mathematical, it would be correct at 7 in room one and 8 in room two, however it is possible that the intent is to add 4 before dividing, meaning room two would be 13/2 = 6. I will ask for clarification.

— Reply to this email directly, view it on GitHubhttps://github.com/Tarmslitaren/FrosthavenAssistant/issues/219#issuecomment-2095268711, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUDS6LEB7ZIBNSMM4VIURHDZA4OLBAVCNFSM6AAAAABHINWE2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJVGI3DQNZRGE. You are receiving this because you authored the thread.Message ID: @.***>