Documentation
Readme
View as plain text
This mod exports talisman list to [reframework/data/talisman.json].
Usage
1. Open equipment box
2. Select "Manage Equipment"
3. Select "Change Equipment"
4. Select talisman slot and show all talismans you have in "Equipment Box" window
5. Open REFramework window(Press Insert key)
6. Open "Script Generated UI" drawer
7. Open "Export Talisman"
8. Hit "Export" button
An example of exported file.
[
[
0, -> Unused parameter
0, -> Number of level 1 decoration slots
0, -> Number of level 2 decoration slots
2, -> Number of level 3 decoration slots
0, -> Number of level 4 decoration slots
3, -> Skill level of the first skill
1, -> Skill level of the second skill
"Attack Boost", -> First skill's name
"Punishing Draw" -> Second skill's name
],
[
0,
2,
0,
0,
1,
2,
0, -> When this parameter is 0, it means the talisman has only one skill.
"Attack Boost"
]
]