Add crafting skills

This commit is contained in:
2023-01-24 20:26:59 +01:00
parent 108cda292e
commit 57dc0505cc
11 changed files with 118 additions and 5 deletions

View File

@ -356,6 +356,7 @@
"weapon",
"module",
"money",
"craftingskill",
"condition",
"action",
"freeaction",
@ -417,6 +418,10 @@
"movespeed": 0
}
},
"craftingskill" : {
"level": 0,
"description": ""
},
"action": {
"description": ""
},