幸运房东

幸运房东

Luck be a Landlord Mods
下载由社区成员创作的《幸运房东》内容,并与其他玩家分享你自己的创意!
了解更多
Solium-I 1 2021 年 12 月 1 日 下午 7:25
target_self
does anyone know how to use the target_self switch? i found out about it here

https://github.com/TrampolineTales/LBAL-Modding-Docs/wiki/Effects

i really need to know, this is going to come in handy with what im trying to make.
< >
正在显示第 1 - 1 条,共 1 条留言
TwoLesbiansInATrenchcoat 13 2021 年 12 月 1 日 下午 10:15 
effect_type determines both what comparisons look at and what the effect is applied to. Throw in target_self and the comparisons will still look at the category after effect_type but the effect will apply to self.

Example:

{
"effect_type": "adjacent_symbols",
"comparisons": [{"a": "type", "b": "cat"}],
"target_self": true,
"value_to_change": "value_multiplier", "diff": 2
}

The example symbol will make itself give 2x as many coins if it is adjacent to a cat.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50