I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/places/hotel/alice/room.rpy", line 34, in script call
call task_turnin from _call_task_turnin_1
File "game/places/library/room.rpy", line 13, in script call
call screen library
File "game/characters/traders/mysterious/speak.rpy", line 93, in script call
call speak_mt_2(where=where) from _call_speak_mt_2_2
File "game/places/library/room.rpy", line 13, in script
call screen library
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/combat/cards/CardManager.rpy", line 280, in levelUp
choices.append(self.getCard(stage, path + [available]))
File "game/combat/cards/CardManager.rpy", line 382, in getCard
return Cardv2(self.id, self.getLevelDetails(stage, path), romanNumber = astral.getRoman(stage), stars = self.getStars(stage))
File "game/combat/cards/CardManager.rpy", line 406, in getLevelDetails
return (self.getBaseLevelDetails(stage, path), self.getAdditionalLevelDetails(stage, path))
File "game/combat/cards/CardManager.rpy", line 469, in getAdditionalLevelDetails
additional[property][field] += v
KeyError: u'regeneration'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/places/hotel/alice/room.rpy", line 34, in script call
call task_turnin from _call_task_turnin_1
File "game/places/library/room.rpy", line 13, in script call
call screen library
File "game/characters/traders/mysterious/speak.rpy", line 93, in script call
call speak_mt_2(where=where) from _call_speak_mt_2_2
File "game/places/library/room.rpy", line 13, in script
call screen library
File "renpy/ast.py", line 1974, in execute
self.call("execute")
File "renpy/ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports/statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3278, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1117, in event
rv = super(Button, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/transform.py", line 1083, in event
rv = d.event(ev, cx, cy, st)
File "renpy/display/behavior.py", line 1117, in event
rv = super(Button, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1180, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1101, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/combat/cards/CardManager.rpy", line 280, in levelUp
choices.append(self.getCard(stage, path + [available]))
File "game/combat/cards/CardManager.rpy", line 382, in getCard
return Cardv2(self.id, self.getLevelDetails(stage, path), romanNumber = astral.getRoman(stage), stars = self.getStars(stage))
File "game/combat/cards/CardManager.rpy", line 406, in getLevelDetails
return (self.getBaseLevelDetails(stage, path), self.getAdditionalLevelDetails(stage, path))
File "game/combat/cards/CardManager.rpy", line 469, in getAdditionalLevelDetails
additional[property][field] += v
KeyError: u'regeneration'
Windows-10-10.0.19041 AMD64
Ren'Py 7.8.2.24090902
Astral Lust 0.3.1c
Mon Nov 4 12:47:25 2024