4.00 star(s) 2 Votes

Thomas820

New Member
Mar 13, 2021
5
3
144
For example : "DarkMagicalCircle" OnAdd will put 3 dark magician in your graveyard. So, if you got a dark magician girl, it will boost your points each turns the more dark magician you have in play OR in the graveyard.
The effect is immediate.

BUT... if you pay for "ArmoredDragonLV3" you will have to use it as a joker and not keep it as a joker. (Simply said make it active, the dragon not an other joker) So the next duel, DragonLv3 will vanish and be replaced with a stronger one.
No no. "On add:" being the first words on the card. I did figure out it means it takes effect when you buy the card. Thanks anyway.
 
  • Like
Reactions: luisar018

MisterZetsu

New Member
Jul 11, 2022
6
4
48
Interesting bug, right now you always start with Elemental Air Neos in your extra deck.
Also Neo Kaiser Sea Horse doesn't proc it's "On Add" effect also neither does Junk Synchron.

Things I would like to see:
A button to see your graveyard in the shop, so I know what I have in there and plan accordingly
 
  • Like
Reactions: luisar018

zombieservsex

Newbie
Nov 19, 2020
40
21
159
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/NormalMatches.rpy", line 74, in script
call screen game_screen
File "game/scripts/deck.rpy", line 379, in play_selected
PointGain = calculate_play_points(selected)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "game/scripts/deck.rpy", line 369, in calculate_play_points
points, multiplier = apply_jokers(points, multiplier, cards, ctx)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/scripts/deck.rpy", line 1473, in apply_jokers
points, multiplier = j.apply(points, multiplier, selected_cards, ctx)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BlueEyesWhiteDragon.apply() missing 1 required positional argument: 'ctx'

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):
File "game/scripts/NormalMatches.rpy", line 74, in script
call screen game_screen
File "renpy/ast.py", line 2241, in execute
self.call("execute")
~~~~~~~~~^^^^^^^^^^^
File "renpy/ast.py", line 2195, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/statements.py", line 381, in call
return method(parsed, *args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/000statements.rpy", line 695, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 348, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2117, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
)
^
File "renpy/display/core.py", line 3203, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1281, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1185, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/common/00action_other.rpy", line 618, in __call__
rv = self.callable(*self.args, **self.kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/scripts/deck.rpy", line 379, in play_selected
PointGain = calculate_play_points(selected)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "game/scripts/deck.rpy", line 369, in calculate_play_points
points, multiplier = apply_jokers(points, multiplier, cards, ctx)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/scripts/deck.rpy", line 1473, in apply_jokers
points, multiplier = j.apply(points, multiplier, selected_cards, ctx)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BlueEyesWhiteDragon.apply() missing 1 required positional argument: 'ctx'

Linux-6.18.2-200.nobara.fc43.x86_64-x86_64-with-glibc2.42 x86_64
Ren'Py 8.5.0.25111603
Sex Links 1.0
Sat Jan 10 02:05:37 2026
```
got dis error
 
  • Like
Reactions: luisar018
4.00 star(s) 2 Votes