[Bug] Ardwen's Gloves + Stone Wall
https://github.com/flareteam/flare-game/issues/802
I can confirm that this bug occurs (version 1.09.01).
I havent understood the bug yet,
it behaves crazily.
It occurs for some combinations of
- character level
- stone-wall level
when ardwen's gloves are equipped,
and then disappears and reappears when the character increases
the character level and/or the stone-wall level.
The numbers in the HP-bar flicker,
HP regeneration is stuck or even goes in the negative direction,
and in the list of character status values
the numbers for only the following 3 entries flicker:
- Max HP
- Absorb Min
- Absorb Max
These are exactly the quantities affected by the stone-wall skill.
In order to reproduce the bug,
create a character at level 1, with the power 37 (stone-wall lvl 1),
have offense,defense >= 3 to equip the gloves,
equip the gloves (item 92)
and the flickering will occur.
for the below save -- as far as i can see that --
the flickering is between two values
(without gloves / two values with gloves)
- Max HP : 225 / 200 250
- Absorb Min: 5 / 3 9
- Absorb Max: 5 / 4 10 or 1 40
## flare-engine save file ##
name=Bug1
permadeath=0
option=male,head_short,images/portraits/male03.png
class=Adept,Exiled
xp=6
build=1,5,3,3
equipped_quantity=1,0,1,0,1,1,1,0,0,0
equipped=92,0,10,0,4,5,6,0,0,0
carried_quantity=5,5,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
carried=2,3,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
spawn=maps/perdition_harbor.txt,15,23
actionbar=162,163,0,0,0,0,0,0,0,0,116,122
transformed=
powers=122,1,42,116,37
campaign=empyrean_backstory,emp_waypoint_0,emp_arrival
time_played=269
engine_version=1.09.01
questlog_dismissed=1
I have just noticed that the gloves have absorb 1-2 themselves,
so the flickering adds +- 25 3 3
to the base values 225 6 7
for the 3 quantities
Thanks for providing the save file. I'm able to reproduce the bug now, so I'll try to fix it.
This should be fixed now. I wrote a brief explaination here: https://github.com/flareteam/flare-game/issues/802#issuecomment-471357101