添加mod,配置文件调整,任务增加

This commit is contained in:
2023-09-15 22:59:38 +08:00
parent dbd3b0b5df
commit 6c5b6a4601
60 changed files with 1585 additions and 680 deletions

View File

@@ -0,0 +1,6 @@
{
id: "48E049E556452255"
loot_size: 1
order_index: 3
rewards: [ ]
}

View File

@@ -0,0 +1,7 @@
{
id: "2A08EFA9FD12807A"
loot_size: 1
order_index: 0
rewards: [ ]
title: "mmorpg"
}

View File

@@ -0,0 +1,12 @@
{
id: "6C9B43CE1BB29637"
loot_size: 1
order_index: 1
rewards: [{
command: "/mine_and_slash give exp @s 100"
icon: "create:experience_nugget"
title: "100点MMO经验"
type: "command"
}]
title: "mmorpg_exp_100"
}

View File

@@ -0,0 +1,12 @@
{
id: "14045D4E0599A292"
loot_size: 1
order_index: 2
rewards: [{
command: "/mine_and_slash give exp @s 300"
icon: "create:experience_nugget"
title: "300点MMO经验"
type: "command"
}]
title: "mmorpg_exp_300"
}

View File

@@ -0,0 +1,12 @@
{
id: "43C0D06AA9C5BE93"
loot_size: 1
order_index: 3
rewards: [{
command: "/mine_and_slash give exp @s 500"
icon: "create:experience_nugget"
title: "500点MMO经验"
type: "command"
}]
title: "mmorpg_exp_500"
}