{
"Snowman config": {
"Enable Snowman NPCs": true,
"Snowman population": 200,
"Snowman NPC spawn type (0 = when snowman is damaged, 1 = when player is near snowman (performance intensive))": 1,
"Minimum distance between player and snowman before NPC spawns": 6.0,
"Snowman NPC configuration": {
"Name": "Snowman",
"Health": 150.0,
"Enable radio": false,
"Roam range": 100.0,
"Chase range": 50.0,
"Sense range": 50.0,
"Damage multiplier": 1.0,
"Memory duration": 60.0,
"Kit (requires Kits plugin)": "",
"Clothing items": // Removed because too long
},
"Snowman Loot": // Also too long
},
"Christmas Tree config": {
"Spawn christmas trees": true,
"Christmas tree population": 40,
"Amount of presents per tree": {
"Min": 2,
"Max": 5
},
"Tree despawn time (minutes)": 30,
"Tree size (1 - 10)": 4.0,
"Minmum distance between trees": 50.0,
"Spawn Snowman NPCs around trees (Only works if Snowman NPCs are enabled)": true
},
"Enable junk pile decorations": true,
"Advent calendar config": {
"Enable custom advent calendar": true,
"Daily rewards": {
"1": {
"shortName": "scrap",
"amount": 100,
"skinId": 0
},
"2": {
"shortName": "pistol.eoka",
"amount": 1,
"skinId": 0
},
"3": {
"shortName": "woodtea.advanced",
"amount": 1,
"skinId": 0
}
// And so on ...
},
"NPC clothing config": {
"Enable custom NPC clothing": true,
"Custom NPC Clothing": // Very long
}
}