Talk:Iunion Crown
From the discussion on the forum, this item seems to get a new echantment depending on which zones are visited. There is also a specific message for each zone's specific enchantment which is interesting to say the least. Also echantments fade away over time if you don't play or something to that effect, so people are saying. We're gonna need a lot of tables to explain all of this.--Tombot (talk) 21:18, 2 June 2020 (UTC)
From ASS discord via http://forums.kingdomofloathing.com/vb/showpost.php?p=5070804&postcount=156 - the decays seems to be, for each zone, combats := floor(sqrt(combats/2))^2-1 ; for the next table I am assuming that you reach 1 level at 1 combat total, 2 levels at 4 combats total, 3 levels at 9 combats total (this is not consistent with how the charging is described on the item page, but it's consistent with "The nice thing is that you'll immediately get one charge upon entering any zone on day 2")
range | result | levels from that zone after entering it once after rollover | (original level) |
---|---|---|---|
2 - 7 | 0 | 1 | (1..2) |
8 - 17 | 3 | 2 | (2..4) |
18 - 31 | 8 | 3 | (4..5) |
32 - 49 | 15 | 4 | (5..7) |
50 - 71 | 24 | 5 | (7..8) |
72 - 97 | 35 | 6 | (8..9) |
98 - ... | 48 | 7 | (9.....) |
2 * (N^2) - 2 * ((N+1)^2)-1 | (N^2 - 1) | N | ??? |
Alternatively the last combats range can be expressed as 2NN ... 2N*(N+2) + 1 ; I think the takeout is that your level will drop roughly by being multiplied by 1/sqrt(2) --xKiv (talk) 13:16, 23 July 2020 (UTC)