mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add rewards
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{
|
||||
"id": "frame",
|
||||
"translate": "display.frame",
|
||||
"translateValue": "",
|
||||
"translateValue": "display.frame",
|
||||
"type": "enum",
|
||||
"unset": true,
|
||||
"values": [
|
||||
@@ -117,6 +117,35 @@
|
||||
"translate": "parent",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"id": "rewards",
|
||||
"translate": "rewards",
|
||||
"type": "object",
|
||||
"collapse": true,
|
||||
"color": "secondary",
|
||||
"fields": [
|
||||
{
|
||||
"id": "function",
|
||||
"translate": "rewards.function",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"id": "loot",
|
||||
"translate": "rewards.loot",
|
||||
"type": "string-list"
|
||||
},
|
||||
{
|
||||
"id": "recipes",
|
||||
"translate": "rewards.recipes",
|
||||
"type": "string-list"
|
||||
},
|
||||
{
|
||||
"id": "experience",
|
||||
"translate": "rewards.experience",
|
||||
"type": "int"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "criteria",
|
||||
"translate": "criteria",
|
||||
|
||||
Reference in New Issue
Block a user