About Christmas Outpost Event
When the Christmas Outpost Event plugin is loaded, Christmas decorations will appear at the Outpost, featuring a decorated Christmas tree, a dancing Santa NPC, a boombox playing Christmas music, and lootable crates.
In the config file, you can set the boombox radio link, the prefab, coordinates and respawn time for the lootable crates, and the name and outfit of the dancing NPC.
Plugin Config:
{ "Version": { "Major": 1, "Minor": 0, "Patch": 1 }, "Activate radio in Outpost": true, "RadioLink": "https://christmasfm.cdnstream1.com/2547_128.mp3", "Crates respawn time (sec.)": 1800, "List of lootable crates inside the Outpost": [ { "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Position": "(-19.050, 0.241, 15.599)", "Rotation": "(0, 59.704, 0)" }, { "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "Position": "(-17.354, 0.138, 14.583)", "Rotation": "(0, 0, 0)" }, { "Prefab": "assets/prefabs/misc/xmas/sleigh/presentdrop.prefab", "Position": "(-14.597, 0.129, 16.591)", "Rotation": "(0, 0, 0)" } ], "Dancing Npc name and outfit": { "Name": "Santa Claus", "Wear items": [ { "ShortName": "jacket.snow", "SkinID (0 - default)": 797164454 }, { "ShortName": "pants", "SkinID (0 - default)": 561429577 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 2673890130 }, { "ShortName": "santahat", "SkinID (0 - default)": 0 } ] } }