保护NPC免受吸血鬼攻击(Protect NPCs From Vampire Attacks) mod | 上古卷轴5天际
这个Mod会在城镇发生随机吸血鬼袭击时,给附近的独特NPC应用保护状态。保护状态会在吸血鬼离开后结束。
这个Mod基于Arthmour的"When Vampires Attack",但它们可能不兼容。虽然我喜欢Arthmour的Mod(我试过的最好的“吸血鬼保护”Mod),但我觉得它做得太多了。我也想尝试一下修改Mod,所以我使用他的Mod作为参考,帮助我理解Creation Kit的部分内容。(我的Mod是从头开始制作的,不使用Arthmour的脚本等)
每当发生特定的随机吸血鬼遭遇(特别是在城镇发生的遭遇)时,区域内的NPC,即独特、非必要的、具有ActorTypeNPC关键字的NPC将受到保护。大多数有名字的NPC都是独特的(比如Adrianne Avenicci),普通的卫兵之类的NPC不是独特的。还有一些有名字的NPC没有标记为“独特”,比如强盗首领。这些NPC通常不重要,而且据我所知,没有一个在城镇或定居点中找到。
受保护的NPC除非被玩家杀死(小心使用像火球这样的范围伤害法术),否则不会死亡。它们应该和没有这个Mod时的行为一样。保护状态会在处理吸血鬼后结束(当然,如果NPC已经受到保护,则不会结束)。
以下“任务”会触发保护状态:
DLC1EclipseAttack1 "Eclipse Attack: Gargoyles"
DLC1EclipseAttack2 "Eclipse Attack: Vampire and thralls"
DLC1EclipseAttack3 "Eclipse Attack: Vampires and Gargoyles"
DLC1EclipseAttack4 "Eclipse Attack: Death Hounds"
DLC1EclipseAttack5 "Eclipse Attack: Vampires and Death Hounds"
DLC1EclipseAttack6 "Eclipse Attack: Vampires, Gargoyles and Death Hounds (Oh, my)"
我尽量使这个Mod尽可能简单,但它可能无法与修改上述任务的Mod一起使用。