Features
- Genesis 2 Asteroid notifications
- Extinction notifications
- Supply Drop discord notifications
- Damage Control for structures
- Damage Control for dinos
- Structure Vanila Modifier
- Dino etc functions (check config)
- Fully Items customization
- Mini Boss notification like Lava Golem
- Specific dino stats notifications
- Extended damage control
JSON:
{
"User": "",
"Weapons": {
"TekBow": {
"Prevent Tranq Arrow on TamedDinos": false,
"Prevent Tranq Arrow on WildDinos": false,
"Prevent Tranq Arrow on Players": false
}
},
"Dinos": {
"Auto Change Imprint On Rider For All": true,
"Full Imprint On Dino Claim For All": true,
"Settings": {
"Blueprint'/Game/PrimalEarth/Dinos/Allosaurus/Allo_Character_BP.Allo_Character_BP'": {
"Imprint To Rider": true,
"Full Imprint On Claim": true,
"Prevent Dino Cryo": true,
"Prevent Dino Cloning": true,
"Prevent Dino Mating": true,
"Dismount Player With Z Fruit": true,
"Damage Control Multiplier": {
"From Player": 2.0,
"From Wild Dino": 2.0,
"From Tamed Dino": 2.0,
"From Boss": 2.0,
"To Player": 2.0,
"To Wild Dino": 2.0,
"To Tamed Dino": 2.0,
"To Boss": 2.0
}
}
}
},
"Structures Manager": {
"Log Placed Strucutres": true,
"Settings": {
"Blueprint'/Game/PrimalEarth/Structures/BuildingBases/StructureTurretTek.StructureTurretTek'": {
"Vanilla Modifier": {
"Crafting Speed Multiplier": 5.0,
"Infinite Water": true,
"Fertilizer Always Full": true,
"InsulationRange": 10000.0, // Default: 1000.0
"Hyper Thermia Insulation": 1000.0, // Default: 120.0
"Hypo Thermia Insulation": 1000.0 // Default: 120.0
},
"Damage Control Multiplier": {
"From Player": 2.0,
"From Wild Dino": 2.0,
"From Tamed Dino": 2.0,
"To Player": 2.0, // Only for Turrets
"To Wild Dino": 2.0, // Only for Turrets
"To Tamed Dino": 2.0 // Only for Turrets
}
},
"Like Smithy Path": {
"Vanilla Modifier": {
"Crafting Speed Multiplier": 5.0 // For Crating Stations
},
"Damage Control Multiplier": {
"From Player": 2.0,
"From Wild Dino": 2.0,
"From Tamed Dino": 2.0,
"To Player": 2.0, // Only for Turrets
"To Wild Dino": 2.0, // Only for Turrets
"To Tamed Dino": 2.0 // Only for Turrets
}
}
}
},
"Beacons Spawn Notification": {
/*
Orbital Drops
*/
"SupplyCrate_Base_Horde_Easy_C": {
"Name": "Orbital Supply Drop Blue",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 18943,
"image": {
"url": "https://imgur.com/AQ8aHNZ.png"
}
}
]
}
},
"SupplyCrate_Base_Horde_Medium_C": {
"Name": "Orbital Supply Drop Yellow",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 16312092,
"image": {
"url": "https://imgur.com/AQ8aHNZ.png"
}
}
]
}
},
"SupplyCrate_Base_Horde_Hard_C": {
"Name": "Orbital Supply Drop Red",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 16711711,
"image": {
"url": "https://imgur.com/AQ8aHNZ.png"
}
}
]
}
},
"SupplyCrate_Base_Horde_Legendary_C": {
"Name": "Orbital Supply Drop Purple",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 9442302,
"image": {
"url": "https://imgur.com/AQ8aHNZ.png"
}
}
]
}
},
/*
Element Nodes
*/
"ElementNode_Easy_Horde_C": {
"Name": "Corrupt Element Node 10000",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 9442302,
"image": {
"url": "https://imgur.com/JvOzQEI.png"
}
}
]
}
},
"ElementNode_Medium_Horde_C": {
"Name": "Corrupt Element Node 25000",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 9442302,
"image": {
"url": "https://imgur.com/JvOzQEI.png"
}
}
]
}
},
"ElementNode_Hard_Horde_C": {
"Name": "Corrupt Element Node 50000",
"Send Chat Message": true,
"Message": "'{name}' appeared on coordinates '{gpscord}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nSpawned on cords [{gpscord}]\n```",
"color": 9442302,
"image": {
"url": "https://imgur.com/JvOzQEI.png"
}
}
]
}
}
},
"Genesis 2 Asteroid Notification": {
"Ambergris": {
"Name": "Ambergris",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Ambergris', 'Mutagel', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/8/88/Ambergris_Asteroids.jpg"
}
}
]
}
},
"Crystal": {
"Name": "Crystal",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Crystal', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/c/c8/Crystal_Asteroids.jpg"
}
}
]
}
},
"Sulfur": {
"Name": "Sulfur",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Sulfur', 'Metal', 'Stone', 'Obsidian'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/c/c3/Sulfur_Asteroids.jpg"
}
}
]
}
},
"Element": {
"Name": "Element",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Element Shard', 'Element', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/c/c0/Element_Shards_Asteroids.jpg"
}
}
]
}
},
"Obsidian": {
"Name": "Obsidian",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Red Gem', 'Blue Gem', 'Green Gem', 'Obsidian', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/3/31/Obsidian_Asteroids.jpg"
}
}
]
}
},
"Oil": {
"Name": "Oil",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Oil', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/5/55/Oil_Asteroids.jpg"
}
}
]
}
},
"ElementDust": {
"Name": "Element Dust",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Element Dust', 'Element', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/0/06/Element_Dust_Asteroids.jpg"
}
}
]
}
},
"BlackPearls": {
"Name": "Black Pearls",
"Send Chat Message": false,
"Message": "Asteroid now is '{name}'",
"Sender": "JahyArkPlus",
"Send Discord WebHook Notification": true,
"Discord Webhook": "You Discord WebHook",
"Discord Embeds": {
"embeds": [
{
"title": "{name}",
"description": "```css\nShip Genesis 2 arrives at '{name}' asteroid field.\nYou can farm: 'Black Pearls', 'Mutagel', 'Obsidian', 'Metal', 'Stone'\n```",
"color": 9442302,
"image": {
"url": "https://static.wikia.nocookie.net/arksurvivalevolved_gamepedia/images/2/24/Black_Pearls_Asteroids.jpg"
}
}
]
}
}
}
}