Files
escape-from-funcraft-client/config/battleroyale/loot/entity_spawner/example_horse_vehicle.json
T
2026-07-23 16:35:06 +05:00

60 lines
2.2 KiB
JSON

[
{
"lootId": 0,
"name": "Horse Vehicle",
"color": "#FFFFFFAA",
"entry": {
"lootType": "random",
"chance": 0.8,
"entry": {
"lootType": "weight",
"entries": [
{
"weight": 35.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:camel",
"count": 1,
"nbt": "{Tame:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b}}",
"range": 5,
"attempts": 4
}
},
{
"weight": 15.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:horse",
"count": 1,
"nbt": "{Tame:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},ArmorItem:{id:\"minecraft:diamond_horse_armor\",Count:1b,tag:{Enchantments:[{id:\"minecraft:protection\",lvl:10s}]}},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.39540696d},{Name:\"minecraft:generic.max_health\",Base:20.0d},{Name:\"minecraft:horse.jump_strength\",Base:1.0d}]}",
"range": 5,
"attempts": 4
}
},
{
"weight": 30.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:donkey",
"count": 1,
"nbt": "{Tame:1b,Items:[],ChestedHorse:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.19770348d},{Name:\"minecraft:generic.max_health\",Base:50.0d},{Name:\"minecraft:horse.jump_strength\",Base:0.8d}]}",
"range": 5,
"attempts": 4
}
},
{
"weight": 20.0,
"entry": {
"lootType": "entity",
"entity": "minecraft:mule",
"count": 1,
"nbt": "{Tame:1b,Items:[],ChestedHorse:1b,SaddleItem:{id:\"minecraft:saddle\",Count:1b},Attributes:[{Name:\"minecraft:generic.movement_speed\",Base:0.26360464d},{Name:\"minecraft:generic.max_health\",Base:40.0d},{Name:\"minecraft:horse.jump_strength\",Base:0.7d}]}",
"range": 5,
"attempts": 4
}
}
]
}
}
}
]