zhenxun_plugin_farm/config/plant.json

66 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"plant":
{
"zhuShi":
[
"name: 名称",
"level: 解锁等级",
"limit: 限制等级 0普通土地 1红土地 2黄土地 3黑土地",
"experience: 收获经验",
"harvest: 收获数量",
"price: 单价",
"time: 成熟时间 单位:分钟",
"crop: 作物可以收几次",
"again: 再次成熟时间 单位:分钟",
"phase: 阶段 目前为 成熟时间 / 阶段 来显示每阶段图片",
"general: 第一阶段是否为通用阶段素材",
"sell: 是否可以上架交易行"
],
"daBaiCai":
{
"name": "大白菜",
"level": 0,
"limit": 0,
"experience": 5,
"harvest": 30,
"price": 5,
"time": 780,
"crop": 1,
"again": 0,
"phase": 5,
"general": true,
"sell": false
},
"baiLuoBo":
{
"name": "白萝卜",
"level": 0,
"limit": 0,
"experience": 5,
"harvest": 30,
"price": 5,
"time": 600,
"crop": 1,
"again": 0,
"phase": 5,
"general": true,
"sell": false
},
"huLuoBo":
{
"name": "胡萝卜",
"level": 0,
"limit": 0,
"experience": 5,
"harvest": 30,
"price": 5,
"time": 5,
"crop": 1,
"again": 0,
"phase": 5,
"general": true,
"sell": false
}
}
}