Advertisement
virelen

Untitled

Apr 20th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. 04/21/2024 04:16:02 plugins.aetolia.gmcp | Game: Char.Vitals, {'hp': '6066', 'maxhp': '6095', 'mp': '4687', 'maxmp': '4687', 'ep': '26350', 'maxep': '26400', 'wp': '19375', 'maxwp': '19380', 'nl': '41', 'xp': '1412531300', 'maxxp': '3432411500', 'blood': '100', 'bleeding': '0', 'blind': '1', 'deaf': '1', 'prone': '0', 'cloak': '1', 'fangbarrier': '1', 'phased': '0', 'elevation': 'ground', 'herb': '1', 'salve': '1', 'pipe': '1', 'elixir': '1', 'moss': '1', 'tree': '1', 'focus': '1', 'writhing': '0', 'fallen': '0', 'soul': '100', 'residual': '11', 'madness': '0', 'balance': '0', 'equilibrium': '1', 'ability_bal': '1', 'left_arm': '1', 'right_arm': '1', 'wield_left': 'scimitar90900', 'wield_right': 'scimitar98033', 'charge_left': '50', 'charge_right': '50', 'mounted': '0', 'vote': '0', 'string': 'H:6066/6095 M:4687/4687 E:26350/26400 W:19375/19380 NL:41/100', 'charstats': ['Class: Revenant', 'Bleeding: 0', 'Weapon Charge (Left): 50', 'Weapon Charge (Right): 50']}
  2. BATTLE ON STAT LOSS
  3. 04/21/2024 04:16:02 wattle.matchables.nodes |
  4. Exception occurred in 'wattle.plugins.battle' signal <453c45c1-ec3a-4530-b082-af1c69acb138>
  5. File "/root/wattle/plugins/battle/src/abilities.py", line 789
  6. <process(m=MatchContext, *args=(), **kwargs={'line': '[H:6066/6095 M:4687/4687 e-] 17:16:02.683', 'buffer': ['You actuate your left-hand weapon with wasi.', 'You envenom your right-hand weapon with kalmia.', 'You use Riving Duplicity on Sheryni.', 'You cut sharply with a gleaming scimitar, wounding Sheryni.', 'Sheryni jerks to the side, the attack partly dulled.', "You wince in pain as you scratch yourself upon Sheryni's spikes.", 'Health Lost: 29, unblockable, none', 'You score Sheryni with an agile jab of a gleaming scimitar.', 'You discern that a layer of kalmia has rubbed off your weapon.', 'Balance Used: 2.21 seconds']})>
  7. dispatch.end_capture()
  8. File "/root/wattle/plugins/battle/src/abilities.py", line 191
  9. <end_capture(self=<wattle.plugins.battle.abilities.AbilityDispatch object at 0x7f72bbe696f0>)>
  10. ability.process()
  11. File "/root/wattle/plugins/battle/src/abilities.py", line 273
  12. <process(self=CombinationAbility(skill='riving', name='duplicity', caster='Virelen', target='Sheryni', spec=<class 'wattle.plugins.battle.skillsets.riving.Duplicity'>, pov=2, brief='You use Riving Duplicity on Sheryni.', verbose='You cut sharply with a gleaming scimitar, wounding Sheryni.', case=None, buffer=[AbilityLine(line='You cut sharply with a gleaming scimitar, wounding Sheryni.', linetype='OTHER', params=()), AbilityLine(line='Sheryni jerks to the side, the attack partly dulled.', linetype='OTHER', params=()), AbilityLine(line="You wince in pain as you scratch yourself upon Sheryni's spikes.", linetype='OTHER', params=()), AbilityLine(line='Health Lost: 29, unblockable, none', linetype='INFO', params=()), AbilityLine(line='You score Sheryni with an agile jab of a gleaming scimitar.', linetype='OTHER', params=()), AbilityLine(line='You discern that a layer of kalmia has rubbed off your weapon.', linetype='VENOM', params=('kalmia',)), AbilityLine(line='Balance Used: 2.21 seconds', linetype='INFO', params=())], add=[<venom.kalmia: 'kalmia'>], remove=[], cooldowns={<cooldown.balance: 'balance'>: 2.21}, trauma={}))>
  13. self.process_target(spec, target)
  14. File "/root/wattle/plugins/battle/src/abilities.py", line 351
  15. <process_target(self=CombinationAbility(skill='riving', name='duplicity', caster='Virelen', target='Sheryni', spec=<class 'wattle.plugins.battle.skillsets.riving.Duplicity'>, pov=2, brief='You use Riving Duplicity on Sheryni.', verbose='You cut sharply with a gleaming scimitar, wounding Sheryni.', case=None, buffer=[AbilityLine(line='You cut sharply with a gleaming scimitar, wounding Sheryni.', linetype='OTHER', params=()), AbilityLine(line='Sheryni jerks to the side, the attack partly dulled.', linetype='OTHER', params=()), AbilityLine(line="You wince in pain as you scratch yourself upon Sheryni's spikes.", linetype='OTHER', params=()), AbilityLine(line='Health Lost: 29, unblockable, none', linetype='INFO', params=()), AbilityLine(line='You score Sheryni with an agile jab of a gleaming scimitar.', linetype='OTHER', params=()), AbilityLine(line='You discern that a layer of kalmia has rubbed off your weapon.', linetype='VENOM', params=('kalmia',)), AbilityLine(line='Balance Used: 2.21 seconds', linetype='INFO', params=())], add=[<venom.kalmia: 'kalmia'>], remove=[], cooldowns={<cooldown.balance: 'balance'>: 2.21}, trauma={}), spec=<class 'wattle.plugins.battle.skillsets.riving.Duplicity'>, target=Sheryni)>
  16. target.add(status)
  17. File "/root/wattle/plugins/battle/src/machinery.py", line 27
  18. <wrapper(obj=Sheryni, *args=(<affliction.asthma: 'asthma'>,), **kwargs={})>
  19. func(obj, *args, **kwargs)
  20. File "/root/wattle/plugins/battle/src/machinery.py", line 726
  21. <add(self=Sheryni, x=<affliction.asthma: 'asthma'>)>
  22. self.space.execute(lambda s: s.add(x))
  23. File "/root/wattle/plugins/battle/src/probability.py", line 45
  24. <execute(self=[<wattle.plugins.battle.machinery.TargetState object at 0x7f72b86153c0>], function=<function StatefulTarget.add.<locals>.<lambda> at 0x7f72b848ecb0>)>
  25. function(self[len(self)-1])
  26. File "/root/wattle/plugins/battle/src/machinery.py", line 726
  27. <<lambda>(s=<wattle.plugins.battle.machinery.TargetState object at 0x7f72b86153c0>)>
  28. self.space.execute(lambda s: s.add(x))
  29. File "/root/wattle/plugins/battle/src/machinery.py", line 141
  30. <add(self=<wattle.plugins.battle.machinery.TargetState object at 0x7f72b86153c0>, x=<affliction.asthma: 'asthma'>)>
  31. case types.affliction.sensitivity|types.affliction.prefarar:
  32. File "/usr/lib/python3.10/enum.py", line 437
  33. <__getattr__(cls=<enum 'affliction'>, name='prefarar')>
  34. raise AttributeError(name) from None
  35. AttributeError: prefarar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement