Raid smarter, not harder. No more raid budgeting guesswork
Permission
Chat Commands
Configuration
Stored Data
To improve performance and avoid redundant calculations, the plugin stores the results of raid cost calculations in a data file for later use. This allows for quick retrieval of information without the need for recalculating ingredients every time a bullet is fired
Let's connect and share ideas on Discord, don't be a stranger!
Permission
raidcostcalculator.use
-- Allows players to use the chat command for tracking raids.
Chat Commands
/rcc.start
-- Starts tracking./rcc.end
-- Stops tracking and hides the UI.
Configuration
C#:
{
"Config": {
"Trackable Raid Tools": [
"explosive.timed",
"explosive.satchel",
"rocket_basic",
"rocket_fire",
"rocket_hv",
"ammo.rifle.explosive",
],
"Trackable Ingredients": [
"sulfur",
"explosives",
"techparts"
],
"Default Image": "https://i.ibb.co/wcP6CK8/NoImage.png",
"Raid Tools": {
"40mm_grenade_he": "https://rustlabs.com/img/items180/ammo.grenadelauncher.he.png",
"40mm_grenade_smoke": "https://rustlabs.com/img/items180/ammo.grenadelauncher.smoke.png",
"ammo.grenadelauncher.buckshot": "https://rustlabs.com/img/items180/ammo.grenadelauncher.buckshot.png",
"ammo.handmade.shell": "https://rustlabs.com/img/items180/ammo.handmade.shell.png",
"ammo.nailgun.nails": "https://rustlabs.com/img/items180/ammo.nailgun.nails.png",
"ammo.pistol": "https://rustlabs.com/img/items180/ammo.pistol.png",
"ammo.pistol.fire": "https://rustlabs.com/img/items180/ammo.pistol.fire.png",
"ammo.pistol.hv": "https://rustlabs.com/img/items180/ammo.pistol.hv.png",
"ammo.rifle": "https://rustlabs.com/img/items180/ammo.rifle.png",
"ammo.rifle.explosive": "https://rustlabs.com/img/items180/ammo.rifle.explosive.png",
"ammo.rifle.hv": "https://rustlabs.com/img/items180/ammo.rifle.hv.png",
"ammo.rifle.incendiary": "https://rustlabs.com/img/items180/ammo.rifle.incendiary.png",
"ammo.shotgun": "https://rustlabs.com/img/items180/ammo.shotgun.png",
"ammo.shotgun.fire": "https://rustlabs.com/img/items180/ammo.shotgun.fire.png",
"ammo.shotgun.slug": "https://rustlabs.com/img/items180/ammo.shotgun.slug.png",
"arrow.bone": "https://rustlabs.com/img/items180/arrow.bone.png",
"arrow.fire": "https://rustlabs.com/img/items180/arrow.fire.png",
"arrow.hv": "https://rustlabs.com/img/items180/arrow.hv.png",
"arrow.wooden": "https://rustlabs.com/img/items180/arrow.wooden.png",
"explosive.satchel": "https://rustlabs.com/img/items180/explosive.satchel.png",
"explosive.timed": "https://rustlabs.com/img/items180/explosive.timed.png",
"grenade.beancan": "https://rustlabs.com/img/items180/grenade.beancan.png",
"grenade.f1": "https://rustlabs.com/img/items180/grenade.f1.png",
"grenade.smoke": "https://rustlabs.com/img/items180/grenade.smoke.png",
"rocket_basic": "https://rustlabs.com/img/items180/ammo.rocket.basic.png",
"rocket_fire": "https://rustlabs.com/img/items180/ammo.rocket.fire.png",
"rocket_hv": "https://rustlabs.com/img/items180/ammo.rocket.hv.png",
"rocket_smoke": "https://rustlabs.com/img/items180/ammo.rocket.smoke.png",
"supply.signal": "https://rustlabs.com/img/items180/supply.signal.png"
},
"Ingredients": {
"fat.animal": "https://rustlabs.com/img/items180/fat.animal.png",
"metal.fragments": "https://rustlabs.com/img/items180/metal.fragments.png",
"metal.refined": "https://rustlabs.com/img/items180/metal.refined.png",
"scrap": "https://rustlabs.com/img/items180/scrap.png",
"stones": "https://rustlabs.com/img/items180/stones.png",
"sulfur": "https://rustlabs.com/img/items180/sulfur.png",
"wood": "https://rustlabs.com/img/items180/wood.png",
"bone.fragments": "https://rustlabs.com/img/items180/bone.fragments.png",
"charcoal": "https://rustlabs.com/img/items180/charcoal.png",
"cloth": "https://rustlabs.com/img/items180/cloth.png",
"techparts": "https://rustlabs.com/img/items180/techparts.png",
"explosives": "https://rustlabs.com/img/items180/explosives.png",
"rope": "https://rustlabs.com/img/items180/rope.png"
}
}
}
Stored Data
To improve performance and avoid redundant calculations, the plugin stores the results of raid cost calculations in a data file for later use. This allows for quick retrieval of information without the need for recalculating ingredients every time a bullet is fired
Let's connect and share ideas on Discord, don't be a stranger!