We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c15eaf commit 9a97539Copy full SHA for 9a97539
1 file changed
pufferlib/ocean/osrs_pvp/osrs_pvp_effects.h
@@ -39,6 +39,9 @@
39
#define GFX_DRAGON_DART 1122 /* dragon dart projectile (blowpipe) */
40
#define GFX_RUNE_DART 231 /* rune dart projectile */
41
#define GFX_BLOWPIPE_SPEC 1043 /* blowpipe special attack effect */
42
+/* TODO: add voidwaker lightning on-hit GFX (spotanim on opponent).
43
+ * TODO: add VLS special attack on-hit effect.
44
+ * combat mechanics for both work correctly, just missing visual effects. */
45
46
typedef struct {
47
int gfx_id;
0 commit comments