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.
Contact:
Discord: https://discord.gg/C5CehdJMdK
Test Rust server: 212.73.137.3:27194
Plugin Config:
{
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 8
},
"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)",
"Are you deleting the original loot from the crate?": false,
"Use custom loot?": false,
"CustomLoot": {
"Minimum items": 1,
"Maximum items": 1,
"Use minimum - maxium?": false,
"List of items": [
{
"ShortName": "xmas.present.small",
"Minimum": 3,
"Maximum": 6,
"Chance": 100.0,
"Give blueprint?": false,
"SkinID": 0,
"Displayname": ""
}
]
}
},
{
"Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab",
"Position": "(-17.354, 0.138, 14.583)",
"Rotation": "(0, 0, 0)",
"Are you deleting the original loot from the crate?": false,
"Use custom loot?": false,
"CustomLoot": {
"Minimum items": 1,
"Maximum items": 1,
"Use minimum - maxium?": false,
"List of items": [
{
"ShortName": "xmas.present.small",
"Minimum": 3,
"Maximum": 6,
"Chance": 100.0,
"Give blueprint?": false,
"SkinID": 0,
"Displayname": ""
}
]
}
},
{
"Prefab": "assets/prefabs/misc/xmas/sleigh/presentdrop.prefab",
"Position": "(-14.597, 0.129, 16.591)",
"Rotation": "(0, 0, 0)",
"Are you deleting the original loot from the crate?": false,
"Use custom loot?": false,
"CustomLoot": {
"Minimum items": 1,
"Maximum items": 1,
"Use minimum - maxium?": false,
"List of items": [
{
"ShortName": "xmas.present.small",
"Minimum": 3,
"Maximum": 6,
"Chance": 100.0,
"Give blueprint?": false,
"SkinID": 0,
"Displayname": ""
}
]
}
}
],
"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
}
]
},
"The NPC should dropp random items?": true,
"How many seconds should the NPC throw items?": 1800,
"List of items dropped by NPCs": [
{
"ShortName": "xmas.present.small",
"Minimum": 3,
"Maximum": 6,
"SkinID": 0,
"Displayname": ""
},
{
"ShortName": "xmas.present.medium",
"Minimum": 3,
"Maximum": 6,
"SkinID": 0,
"Displayname": ""
},
{
"ShortName": "xmas.present.large",
"Minimum": 3,
"Maximum": 6,
"SkinID": 0,
"Displayname": ""
}
]
}
