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

105 lines
2.1 KiB
JSON

{
"illagers": {
"aligned": [
"illagers",
"monster"
],
"opposed": [
"villagers"
],
"equipment": {
"table": "tacznpcs:npc/illager",
"dropChances": {
"mainhand": 1,
"head": 0.2,
"chest": 0.2,
"legs": 0.2,
"feet": 0.2
}
},
"skin": [
{"id": "tacznpcs:entity/illager1.png"},
{"id": "tacznpcs:entity/illager1.png"},
{"id": "tacznpcs:entity/illager1.png"},
{"id": "tacznpcs:entity/illager2.png"}
]
},
"villagers": {
"aligned": [
"villagers"
],
"opposed": [
"illagers",
"monster"
],
"equipment": {
"table": "tacznpcs:npc/villager",
"dropChances": {
"mainhand": 1,
"head": 0.2,
"chest": 0.2,
"legs": 0.2,
"feet": 0.2
}
},
"skin": [
{"id": "tacznpcs:entity/villager2.png"},
{"id": "tacznpcs:entity/villager2.png"},
{"id": "tacznpcs:entity/villager2.png"},
{"id": "tacznpcs:entity/villager1.png"}
]
},
"minekov_bandit_t2": {
"aligned": [
"minekov_bandits"
],
"opposed": [
"players"
],
"equipment": {
"table": "minekov_poi:npc/bandit_t2_equipment",
"dropChances": {
"mainhand": 1
}
},
"skin": {"id": "tacznpcs:entity/default.png"}
},
"minekov_bandit_t3": {
"aligned": [
"minekov_bandits"
],
"opposed": [
"players"
],
"equipment": {
"table": "minekov_poi:npc/bandit_t3_equipment",
"dropChances": {
"mainhand": 1
}
},
"skin": {"id": "tacznpcs:entity/default.png"}
},
"minekov_bandit_t3_m249": {
"aligned": [
"minekov_bandits"
],
"opposed": [
"players"
],
"equipment": {
"table": "minekov_poi:npc/bandit_t3_m249_equipment",
"dropChances": {
"mainhand": 1
}
},
"skin": {"id": "tacznpcs:entity/default.png"}
},
"default": {
"primary": "%tacz:glock_17",
"skin": {"id": "tacznpcs:entity/default.png"},
"opposed": [
"monster"
]
}
}