예제 #1
0
 public static ItemProperty BonusLevelSpell(IPClass classType, IPSpellLevel spellLevel)
 => NWScript.ItemPropertyBonusLevelSpell((int)classType, (int)spellLevel);
예제 #2
0
 public static ItemProperty OnHitCastSpell(IPCastSpell spell, IPSpellLevel spellLevel)
 => NWScript.ItemPropertyOnHitCastSpell((int)spell, (int)spellLevel);
예제 #3
0
 public static ItemProperty OnHitCastSpell(IPCastSpell spell, IPSpellLevel spellLevel)
 {
     return(NWScript.ItemPropertyOnHitCastSpell((int)spell, (int)spellLevel) !);
 }
예제 #4
0
 public static ItemProperty ImmunityToSpellLevel(IPSpellLevel spellLevel)
 => NWScript.ItemPropertyImmunityToSpellLevel((int)spellLevel);
예제 #5
0
 public static ItemProperty ImmunityToSpellLevel(IPSpellLevel spellLevel)
 {
     return(NWScript.ItemPropertyImmunityToSpellLevel((int)spellLevel) !);
 }