Hercules icon indicating copy to clipboard operation
Hercules copied to clipboard

Cast ninja spells (wind)

Open Miraakol opened this issue 9 years ago • 1 comments

still affect players even though they are using immunity cards like nightmare card etc.

Miraakol avatar Jun 07 '15 03:06 Miraakol

Since KO_ZENKAI wind is can start either SC_SLEEP orSC_SILENCE or SC_DEEPSLEEP. I tested all of this in a custom nightmare card

{
	Id: 4127
	AegisName: "Nightmare_Card"
	Name: "Nightmare Card"
	Type: "IT_CARD"
	Buy: 20
	Weight: 10
	Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
	Script: <"
		bonus2 bResEff,Eff_Sleep,10000;
		bonus2 bResEff,Eff_Silence,10000;
		bonus2 bResEff,Eff_Deepsleep,10000;
		bonus bAgi,1;
	">
},

And I cannot reproduce this problem.

MrKeiKun avatar Jun 15 '22 10:06 MrKeiKun