掉落farmer_respite_nullgr
farmer_fespite_brown_tea_loot 掉落
loot_tables/farmer_fespite_brown_tea_loot.json
掉落 farmer_respite_nullgr:black_tea_leaves、farmer_respite_nullgr:tea_seeds、farmer_respite_nullgr:yellow_tea_leaves
概述
掉落 farmer_respite_nullgr:black_tea_leaves、farmer_respite_nullgr:tea_seeds、farmer_respite_nullgr:yellow_tea_leaves
- 资料类型
- 掉落
- 命名空间
- farmer_respite_nullgr
- 所属模组
- farmer-respite
- 关联资料
- 2 条
掉落farmer_respite_nullgr:black_tea_leavesfarmer_respite_nullgr:tea_seedsfarmer_respite_nullgr:yellow_tea_leaves
用途与获取
- 这是掉落表资料,当前解析到 3 个掉落项。
- 主要掉落:farmer_respite_nullgr:black_tea_leaves、farmer_respite_nullgr:tea_seeds、farmer_respite_nullgr:yellow_tea_leaves。
关联知识
数据来源
- 来源文件
- Farmer_Respite_BP/loot_tables/farmer_fespite_brown_tea_loot.json
- 条目 ID
- loot_tables/farmer_fespite_brown_tea_loot.json
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
掉落
| 物品 | 权重 | 数量 |
|---|---|---|
| farmer_respite_nullgr:black_tea_leaves | 1 | 1 - 2 |
| farmer_respite_nullgr:tea_seeds | 1 | 1 - 2 |
| farmer_respite_nullgr:yellow_tea_leaves | 1 | 1 - 2 |
技术区:组件 JSON
{
"loot": {
"id": "loot_tables/farmer_fespite_brown_tea_loot.json",
"drops": [
{
"itemId": "farmer_respite_nullgr:black_tea_leaves",
"weight": 1,
"count": [
1,
2
]
},
{
"itemId": "farmer_respite_nullgr:tea_seeds",
"weight": 1,
"count": [
1,
2
]
},
{
"itemId": "farmer_respite_nullgr:yellow_tea_leaves",
"weight": 1,
"count": [
1,
2
]
}
],
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:black_tea_leaves",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:tea_seeds",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:yellow_tea_leaves",
"type": "item",
"weight": 1
}
],
"rolls": 1
}
]
},
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:black_tea_leaves",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:tea_seeds",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 2,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "farmer_respite_nullgr:yellow_tea_leaves",
"type": "item",
"weight": 1
}
],
"rolls": 1
}
]
}