不过我刚刚随意翻了一下 script
发现脚本里 这个法术却是
//::///////////////////////////////////////////////
//:: Ethereal Visage
//:: NW_S0_EtherVis.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Caster gains 20/+3 Damage reduction and is immune
to 2 level spells and lower.
*/
//:://////////////////////////////////////////////
难道只是nwn时代的遗留物?
但内有这条
effect eDam = EffectDamageReduction(20, GMATERIAL_METAL_ADAMANTINE, 0, DR_TYPE_GMATERIAL); // 3.5 DR approximation
GMATERIAL_METAL_ADAMANTINE 显然和描述上的 20/magic 不符合啊
如果这个脚本是起效果的话这个法术应该是 20/adamantine 才对