漫野奇谭

漫野奇谭

Expanded Utility: Inventory
Smoker  [开发者] 2021 年 6 月 23 日 下午 2:16
QUESTIONS
Do you have any question about how the mod works?
< >
正在显示第 1 - 3 条,共 3 条留言
Apostlyte 2022 年 1 月 8 日 下午 8:38 
I am using all your mods because they are great! It seems like I have all the characters actions in overland, but none of the exchange options. Please help! :)
Xaviancat 2022 年 6 月 15 日 下午 6:29 
There any way to change the number of legacy points from 2 and 4? If not, will you make a way?
Smoker  [开发者] 2022 年 6 月 23 日 下午 11:52 
引用自 Dante the Red
I am using all your mods because they are great! It seems like I have all the characters actions in overland, but none of the exchange options. Please help! :)
You wont see the skills if you are not allowed to do them. You will only see the skills after select a character if it's possible for him/her to interchange anything.

引用自 Xaviancat
There any way to change the number of legacy points from 2 and 4? If not, will you make a way?
In assets/data/effect/overland if you open the files of the skill interchange armors or weapons you will see this:

{
"template": "SELF",
"aspects": [ "hunter" ],
"test": "GREATER_THAN_OR_EQUAL_TO",
"a": "RESOURCE.legacyPoints",
"b": "2"
},

Change the number 2 for whatever you want. And also in the same file some line down:

{ "class": "AddResources", "resourceType": "legacyPoints", "amount": "-2" },

Change also number -2 to whatever.

Armors, weapons, artifacts and offhands interchange skills have a legacy cost.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50