|
|
测试的时候只能复制地狱犬之流,高点的完全无效。查了才知道,9级法术Shadow Simulacrum不像说明中说的能复制2倍caster level的HD, 而是职能复制一半的Icaster level的HD的生物。完全废了。
此外,glass version 有DR absorbs bludgeoning damage ,不仅仅只是piercering and slashing.
下附修改方法,但我没试过,不知道行不行。
1) Find nx_s0_shadow_simulacrum.nss script in Data folder for neverwinter nights (should be inside Scripts_X1.zip)
2) after you extract it, put it in Override and change following line of code:
if ((2 * nTargetHD) > nCasterLevel)
to:
if (nTargetHD > (2 * nCasterLevel))
Then run Toolset, and compile that script. You should then have both nx_s0_shadow_simulacrum.nss and nx_s0_shadow_simulacrum.ncs in your override, and game would use proper fixed script.
但改完后觉得这个法术太强大了,20caster就能复制所有的生物了。 |
|