如题,addspell可以用于添加BUFF,但添加的BUFF似乎都是无效的,比如黑暗魔经的一些BUFF,用控制台添加之后BUFF栏里是有的但是无效,在UESP上关于addspell命令的地方找到了这样一句话
Adding certain permanent abilities this way (e.g., Ancient Knowledge) will merely add their name to the list of active effects, but will not actually give the expected benefits. That requires changing the appropriate Actor Value Indices separately. 意思似乎是用addspell添加的BUFF只会让这个BUFF的名字出现在BUFF栏里而不会生效,想要生效需要适当地改变“Actor Value Indices” 。我不太明白最后这一句是什么意思,要改的是什么,有没有精通控制台的大神来说明一下啊