我想把dlc技能改成可以隔墙释放,但总是失败,有没有大佬能赐教
rimworld吧
全部回复
仅看楼主
level 6
Lutant◆ 楼主
精神力怎么能被墙束缚呢[滑稽]
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName = "PsycastBase"]/verbProperties/requireLineOfSight</xpath>
<value>
<requireLineOfSight>False</requireLineOfSight>
</value>
</li
</operations>
</Operation>
</Patch>
2020年03月11日 06点03分 1
level 7
不是精神力的问题,小人看不见就无法释法
2020年03月11日 07点03分 2
所以我把<requireLineOfSight>True</requireLineOfSight>改成了False,但到游戏里没有变化
2020年03月11日 11点03分
level 9
范围释放的好像可以隔墙
2020年03月11日 07点03分 3
level 13
defName改成 @name
2020年03月11日 23点03分 4
改了,还是不行[泪]
2020年03月12日 00点03分
N大写,这百度自动给我改成at人了,有毒
2020年03月12日 01点03分
@vaniat 用Name也不行
2020年03月12日 08点03分
@Lutant◆ [@Name]
2020年03月12日 11点03分
level 6
Lutant◆ 楼主
<xpath>Defs/AbilityDef[defName = "PsycastBase"]/verbProperties/requireLineOfSight</xpath>
<xpath>Defs/AbilityDef[@defname = "PsycastBase"]/verbProperties/requireLineOfSight</xpath>
<xpath>Defs/AbilityDef[Name = "PsycastBase"]/verbProperties/requireLineOfSight</xpath>
<xpath>Defs/AbilityDef[@name = "PsycastBase"]/verbProperties/requireLineOfSight</xpath>
我都试过了,都不行啊[泪]
2020年03月12日 11点03分 5
1