[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/dawncode/adventures/adventure_framework.rpy", line 39, in script call
call adventure_randomizer
File "game/dawncode/adventures/adventure_framework.rpy", line 68, in script call
$ setupEncounter(enemy1=adventure_enemy_1, enemy2=adventure_enemy_2, enemy3=adventure_enemy_3, music=adventureArea.battleMusic, levelScaling=adventureArea.levelScaling, levelBoost=adventureArea.levelBoost, levelRandom=adventureArea.levelRandom, levelTarget=adventureArea.levelTarget, scalingCap=adventureArea.scalingCap)
File "game/dawncode/combat.rpy", line 99, in script
python:
File "game/dawncode/combat.rpy", line 106, in <module>
Action(encounterList[initiativeIndex])
File "game/dawncode/functions.rpy", line 186, in Action
calculateStatus(user, target, i, ability)
File "game/dawncode/functions.rpy", line 555, in calculateStatus
updateStatuses(target, user, action="ChangeDuration", durationChange=i["Value"], thisStatus=i["Type"], tag=i, ability=ability)
KeyError: u'Value'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/dawncode/adventures/adventure_framework.rpy", line 39, in script call
call adventure_randomizer
File "game/dawncode/adventures/adventure_framework.rpy", line 68, in script call
$ setupEncounter(enemy1=adventure_enemy_1, enemy2=adventure_enemy_2, enemy3=adventure_enemy_3, music=adventureArea.battleMusic, levelScaling=adventureArea.levelScaling, levelBoost=adventureArea.levelBoost, levelRandom=adventureArea.levelRandom, levelTarget=adventureArea.levelTarget, scalingCap=adventureArea.scalingCap)
File "game/dawncode/combat.rpy", line 99, in script
python:
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/dawncode/combat.rpy", line 106, in <module>
Action(encounterList[initiativeIndex])
File "game/dawncode/functions.rpy", line 186, in Action
calculateStatus(user, target, i, ability)
File "game/dawncode/functions.rpy", line 555, in calculateStatus
updateStatuses(target, user, action="ChangeDuration", durationChange=i["Value"], thisStatus=i["Type"], tag=i, ability=ability)
KeyError: u'Value'
Ren'Py 7.5.1.22070801
Divine Dawn 0.21f