You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/mods/Magiclysm/modinfo.json
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,33 @@
16
16
"display_category": "display_ranged",
17
17
"sort_rank": 14500,
18
18
"description": "Your skill in the arcane. Represents magic theory and all that entails. A higher skill increases how quickly you can learn spells, and decreases their spell failure chance. You learn this skill by studying books or spells."
19
+
},
20
+
{
21
+
"type": "EXTERNAL_OPTION",
22
+
"name": "PLAYER_MAX_STR_VALUE",
23
+
"//": "Sets a cap on maximum effective strength for characters.",
24
+
"stype": "int",
25
+
"value": 35
26
+
},
27
+
{
28
+
"type": "EXTERNAL_OPTION",
29
+
"name": "PLAYER_MAX_DEX_VALUE",
30
+
"//": "Sets a cap on maximum effective dexterity for characters.",
31
+
"stype": "int",
32
+
"value": 35
33
+
},
34
+
{
35
+
"type": "EXTERNAL_OPTION",
36
+
"name": "PLAYER_MAX_PER_VALUE",
37
+
"//": "Sets a cap on maximum effective perception for characters.",
38
+
"stype": "int",
39
+
"value": 35
40
+
},
41
+
{
42
+
"type": "EXTERNAL_OPTION",
43
+
"name": "PLAYER_MAX_INT_VALUE",
44
+
"//": "Sets a cap on maximum effective inteligence for characters.",
0 commit comments