JeffG's Wishlist
-
Better Fish Trap
Overview
Better Fish Trap transforms the survival fish trap into a fully automated fishing station. It automatically attaches an Industrial Storage Adaptor to every fish trap placed on your server, making them compatible with the industrial conveyor system. Fish caught by the trap can be automatically routed through conveyor belts to furnaces, storage boxes, or any other industrial destination -- no manual looting required.
Beyond automation, the plugin includes three independent systems that work together: health protection to prevent traps from breaking, configurable fishing speed tiers based on permissions, and a full upgrade system where players spend currency to permanently improve individual traps, with independent 15-level speed and yield ladders. Each system can be enabled or disabled independently.
Features
Industrial Storage Adaptor Integration
Automatically spawns a storage adaptor as a child entity of every survival fish trap Works with all industrial entities: conveyor belts, industrial splitters, industrial combiners Adaptor position and rotation are fully configurable to fit your server's aesthetic Existing adaptors are detected on server restart -- no duplicates created Adaptor inherits the fish trap owner's ID for authorization Health Protection (3 Modes)
Fish traps take decay damage every time they catch a fish. This system prevents traps from breaking:
Mode 1 - Prevent Damage: Saves the trap's health before damage is applied and restores it on the next tick. The trap briefly shows reduced health but recovers instantly. Mode 2 - Heal After Catch: Saves health and schedules a heal. Supports instant heal or a configurable delay in seconds. Mode 3 - Block Decay Damage: Completely blocks all decay-type damage to managed fish traps. Best performance -- the damage event is cancelled before any processing. This is the default and recommended mode. Fishing Speed Control (Permission-Based)
Control how fast fish traps catch fish through a tiered permission system:
The vanilla tick rate is 60 seconds per catch attempt Define unlimited custom tiers, each with its own tick rate, priority, and display name Players receive the speed from their highest-priority tier Players without any speed permission use the configurable default tick rate Tiers are fully customizable: add, remove, or rename as needed Default tiers included:
Tier Permission Tick Rate Priority VIP betterfishtrap.speed.vip 40s 1 Premium betterfishtrap.speed.premium 30s 2 Elite betterfishtrap.speed.elite 20s 3 Admin betterfishtrap.speed.admin 10s 999 Upgrade System
Players can upgrade individual fish traps through an in-game UI to improve their tick rate. This system is independent from the permission-based speed tiers -- upgrades take priority over permissions when present.
15 speed levels and 15 yield levels by default, fully configurable (add more or fewer). Speed changes how often a catch fires (2s floor); yield multiplies how much fish comes out per catch (up to x16) -- the two are independent and stack. Level caps: both ladders are capped by plan (No VIP through VIP 3). Levels above a player's cap render in red with a ✕ and can't be purchased 3 currency options: in-game items (scrap by default, supports custom items with skin ID), Economics, or ServerRewards Keep Attributes: When enabled, picking up an upgraded fish trap preserves its upgrade level. Placing it again restores the upgrade. Upgraded traps cannot stack with non-upgraded traps or traps of different levels. Access control: Restrict upgrades to the owner only, teammates/clanmates only, or allow anyone with the permission Clan integration: When "Only Teammates" is enabled, the plugin checks both native Rust teams AND the Clans plugin for membership and alliances Visual feedback: Configurable upgrade effect plays on each upgrade (default: stone upgrade sound) Full UI: Upgrade button and status indicator appear when looting a managed fish trap. A detailed modal shows all levels, current progress, costs, and the upgrade button. Speed and yield upgrade levels (default config, 15 levels each):
Level Tick Rate Yield Multiplier 1 50s x2 2 40s x3 3 30s x4 4 20s x5 5 15s x6 6 10s x7 7 8s x8 8 6s x9 9 4s x10 10 3s x11 11 2.8s x12 12 2.6s x13 13 2.4s x14 14 2.2s x15 15 (MAX) 2s x16 Entry cost is 100 scrap for speed level 1 (60s -> 50s) and 150 scrap for yield level 1 (x1 -> x2). The last level of each ladder costs 450,000 scrap (speed) and 61,000 scrap (yield) respectively. Costs scale progressively between those two points -- see your config/BetterFishTrap.json after first load for the exact per-level values, which are fully editable.
Level caps by plan:
Plan Speed cap Yield cap No VIP 30s (lvl 3) x4 (lvl 3) VIP 1 15s (lvl 5) x6 (lvl 5) VIP 2 8s (lvl 7) x8 (lvl 7) Diamond 3s (lvl 10) x11 (lvl 10) VIP 3 2s (lvl 15) x16 (lvl 15) Levels above a player's cap are shown in the upgrade menu but can't be purchased. Speed and yield are capped independently, though by default both use the same tier thresholds. Throughput relative to a stock trap (60s / x1): a no-VIP trap maxed at its cap (30s, x4) is 8x; a VIP 3 trap maxed on both ladders (2s, x16) is 480x.
Admin Tools
Reset command: Removes all existing adaptors and reattaches them cleanly, reapplying all fishing speeds Toggle command: Instantly disable/enable the upgrade system server-wide for testing or performance debugging. When disabled, all traps revert to vanilla 60s tick rate. When re-enabled, all upgrades and permissions are reapplied. Permissions
Permission Description betterfishtrap.use Required for fish traps to receive a storage adaptor. Grant to all players or specific groups. betterfishtrap.admin Access to admin commands (reset, toggle). betterfishtrap.upgrade Access to the upgrade UI and ability to upgrade traps. betterfishtrap.speed. Grants the player a specific fishing speed tier. Replace with the tier name defined in config (e.g., vip, premium, elite, admin). Commands
Chat Commands
Command Permission Description /fishtrap.reset admin Removes all adaptors and reattaches them to every fish trap on the server. Reapplies fishing speeds. /fishtrap.toggle admin Toggles the upgrade system on/off server-wide. Useful for testing or debugging performance. Console Commands
Command Description fishtrap.reset Same as chat command, usable from server console or RCON. fishtrap.toggle Same as chat command, usable from server console or RCON. Configuration
Located at config/BetterFishTrap.json after first load.
{ "Enabled": true, "AdaptorPosition": { "x": 0.0, "y": 0.5, "z": -0.8 }, "AdaptorRotation": { "x": -90.0, "y": 0.0, "z": 0.0 }, "Health Protection Settings": { "Enable Health Protection": true, "Protection Mode (1=Prevent Damage, 2=Restore Health, 3=Block Decay Damage)": 3, "Instant Heal (Mode 2 only)": true, "Heal Delay Seconds (Mode 2, if not instant)": 0.5 }, "Fishing Speed Settings": { "Enable Fishing Speed Modification": true, "Default Tick Rate (seconds) - Used when player has no speed permission": 60.0, "Speed Tiers - Permission: betterfishtrap.speed.{tier_name}": { "vip": { "Tick Rate (seconds)": 40.0, "Priority (higher = applied first if player has multiple)": 1, "Display Name": "VIP" } }, "Info": "Vanilla tick rate is 60s. Lower = faster fishing. Players get highest priority tier they have permission for." }, "Upgrade System Settings": { "Enable Upgrade System": true, "Currency Type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 0, "Currency Item (if type is 0)": { "Short Name": "scrap", "Skin ID": 0 }, "Keep Attributes When Removing": true, "Owner Only Can Upgrade": false, "Only Teammates Can Upgrade": true, "Upgrade Effect (empty = disabled)": "assets/bundled/prefabs/fx/build/promote_stone.prefab", "Tick Rate Upgrades": [ { "Cost": 100, "Tick Rate (seconds)": 50.0, "Display Name": "Nível 1" }, { "Cost": 250, "Tick Rate (seconds)": 40.0, "Display Name": "Nível 2" }, { "Cost": 500, "Tick Rate (seconds)": 30.0, "Display Name": "Nível 3" }, { "Cost": 1000, "Tick Rate (seconds)": 20.0, "Display Name": "Nível 4" }, { "Cost": 2000, "Tick Rate (seconds)": 15.0, "Display Name": "Nível 5" }, { "Cost": 5000, "Tick Rate (seconds)": 10.0, "Display Name": "Nível 6 (MAX)" } ], "Fish Yield Upgrades": [ { "Cost": 150, "Multiplier": 2, "Display Name": "Rendimento 1 (x2)" }, { "Cost": 400, "Multiplier": 3, "Display Name": "Rendimento 2 (x3)" }, { "Cost": 1000, "Multiplier": 4, "Display Name": "Rendimento 3 (x4)" }, { "Cost": 2500, "Multiplier": 5, "Display Name": "Rendimento 4 (x5)" }, { "Cost": 4000, "Multiplier": 6, "Display Name": "Rendimento 5 (x6)" }, { "Cost": 6000, "Multiplier": 7, "Display Name": "Rendimento 6 (x7)" } ], "Fish Yield Permission Tiers (betterfishtrap.yield.{tier} => Max Yield Level)": { "vip1": 3, "vip2": 4, "vip_diamond": 5, "vip3": 6, "admin": 999 }, "Default Base Yield Level (vip0 - yield cap for players with no VIP tier)": 2, "Speed Permission Tiers (betterfishtrap.speed.{tier} => Max Speed Level)": { "vip1": 3, "vip2": 4, "vip_diamond": 5, "vip3": 6, "admin": 999 }, "Default Base Speed Level (speed cap for players with no speed permission tier; set >= tier count to disable the gate)": 2 } } Configuration Reference
General
Setting Type Default Description Enabled bool true Master switch. When false, no adaptors are attached and placement hooks are unsubscribed. AdaptorPosition Vector3 (0, 0.3, 0) Local position offset of the storage adaptor relative to the fish trap. AdaptorRotation Vector3 (0, 0, 0) Local rotation of the storage adaptor relative to the fish trap. Health Protection Settings
Setting Type Default Description Enable Health Protection bool true Enable or disable the health protection system. Protection Mode int 3 1=Prevent damage, 2=Heal after catch, 3=Block all decay damage (recommended). Instant Heal bool true Mode 2 only. If true, heals on the next tick. Heal Delay Seconds float 0.5 Mode 2 only. Seconds to wait before healing. Fishing Speed Settings
Setting Type Default Description Enable Fishing Speed Modification bool true Enable or disable the fishing speed system. Default Tick Rate float 60.0 Tick rate in seconds for players without any speed permission. Speed Tiers Dictionary 4 tiers Each key is a permission suffix with tick rate, priority, and display name. Upgrade System Settings
Setting Type Default Description Enable Upgrade System bool true Enable or disable the upgrade UI and functionality. Currency Type int 0 0=In-game item, 1=Economics, 2=ServerRewards. Currency Item object scrap Only used when Currency Type is 0. Keep Attributes When Removing bool true When true, picking up an upgraded trap preserves the upgrade level. Owner Only Can Upgrade bool false When true, only the player who placed the trap can upgrade it. Only Teammates Can Upgrade bool true When true, only owner, team members, or clan members can upgrade. Upgrade Effect string promote_stone Prefab path for the visual/sound effect on upgrade. Tick Rate Upgrades array 15 levels Array of speed upgrade levels with cost, tick rate, and display name. Fish Yield Upgrades array 15 levels Array of yield upgrade levels with cost, multiplier, and display name. Independent from the speed ladder. Fish Yield Permission Tiers dictionary 5 tiers Maps a betterfishtrap.yield.{tier} permission to the maximum yield level it unlocks. Speed Permission Tiers dictionary 5 tiers Maps a betterfishtrap.speed.{tier} permission to the maximum speed level it unlocks. Default Base Yield Level int 2 Yield cap for players with no yield permission tier. Default Base Speed Level int 2 Speed cap for players with no speed permission tier. Upgrade Priority System
The plugin uses a hybrid approach for determining a fish trap's tick rate:
Upgrade level (highest priority) -- If the trap has been upgraded through the UI, that upgrade's tick rate is used. Permission tier (fallback) -- If the trap has no upgrade, the owner's highest-priority speed permission is used. Default tick rate (final fallback) -- If the owner has no speed permissions, the configured default tick rate is used. This means a VIP player who also upgrades their trap will use the upgrade tick rate, not the VIP tier rate. Upgrades are per-trap, permissions are per-player.
Optional Dependencies
Plugin Usage Economics Alternative currency for the upgrade system (Currency Type = 1) ServerRewards Alternative currency for the upgrade system (Currency Type = 2) Clans When "Only Teammates Can Upgrade" is enabled, checks clan membership and alliances in addition to native Rust teams None of these are required. The plugin works standalone with the default item-based currency and native Rust teams.
Localization
The plugin ships with full language support for:
English (en) Brazilian Portuguese (pt-BR) All messages are registered through the Oxide/Carbon lang system and can be customized or extended by adding new language files.
Quick Start
Install the plugin in your plugins folder. Grant the base permission to all players: oxide.grant group default betterfishtrap.use Grant upgrade access: oxide.grant group default betterfishtrap.upgrade (Optional) Grant speed tiers to VIP groups: oxide.grant group vip betterfishtrap.speed.vip (Optional) Grant yield tiers to VIP groups: oxide.grant group vip1 betterfishtrap.yield.vip1 (and vip2 / vip_diamond / vip3 as needed) Reload the plugin. All existing fish traps will receive storage adaptors automatically. Players open a fish trap to see the upgrade button and status. Clicking the upgrade button opens the full upgrade modal. -
Loading Messages
By Whispers88 in Plugins
Loading Messages is a high-performance plugin that features customizable loading panel messages with adjustable display times and icons.
Custom Messages for Queued and Loading Players Language Support - Display messages in local languages Loading Messages on Respawn and Teleport Loading Screens Configurable Display Time per Message High Performance Plugin!
Loading Messages has three main message types:
Queued - When a player is in the server queue Joining - When a player is joining the server Loading - The loading screen displayed when a player is teleporting or in a pending gamemode state Each custom type allows for options including icon ID, next message display time & message content.
You can also use the placeholder {{PLAYERNAME}} in any message to display the player name inside a loading message.
New Lines - if you want to have text displayed over two lines the only way to achieve this is by using a lot of spaces to split a single line in two.
Loading Messages can use the following rich text tags - color, b, u, and i
To display local languages set: "Use Language Support": true in you configuration. Custom languages will only be displayed after the first time a user connects to the server.
Add multiple languages in the configuration listing:
"Lang Messages": { "es-ES": { "Queue Messages": [ { "iconID": "0", "NextMessageTime": 5.0, "Message": "Estás en la cola" }, { "iconID": "0", "NextMessageTime": 5.0, "Message": "Por favor espera" }, { "iconID": "0", "NextMessageTime": 5.0, "Message": "Reporta tramposos usando f7" } ] } }
You can see a list of most of the icons by going to https://fontawesome.com/icons.
- #loading messages
- #loading
- (and 15 more)
-
High Jump
By NINJA WORKS in Plugins
HighJump adds a double jump ability to your Rust server. Players can perform a second jump while in mid-air, allowing them to reach higher places and traverse terrain more easily. The plugin features a realistic physics-based jump system with ceiling detection, fall damage protection, and a position reset command for safety.
✅Features
- Double Jump: Press jump again while airborne to perform a second jump
- Permission-based Jump Force: 4 tiers with configurable jump heights for regular players and VIPs
- Calorie Cost: Jumping consumes configurable calories for gameplay balance
- Ceiling Detection: Automatically prevents jumping into ceilings or structures
- Fall Damage Protection: Temporary immunity after double jumping (within safe limits)
- Position Reset Command: /posreset returns player to their pre-jump location
- Multi-language Support: English, Japanese, Chinese (Traditional), Russian
✅Permissions
HighJump.use - Basic double jump access (default force: 14)
HighJump.vip1 - VIP tier 1 (default force: 20)
HighJump.vip2 - VIP tier 2 (default force: 26)
HighJump.vip3 - VIP tier 3 (default force: 32)
Grant permissions using:
oxide.grant user <username> HighJump.use oxide.grant group <groupname> HighJump.vip1
✅Commands
/posreset - Teleports the player back to their position before the double jump. Useful if a player gets stuck or jumps somewhere unintended. It is for emergency use only, and will not work if used without any problems.
✅Configuration
{ "Double Jump Calorie Cost": 1.0, "Jump Force - Use Permission": 14.0, "Jump Force - VIP1 Permission": 17.0, "Jump Force - VIP2 Permission": 20.0, "Jump Force - VIP3 Permission": 23.0 } Double Jump Calorie Cost: Amount of calories consumed per double jump
Jump Force values: Higher values result in higher jumps
✅How It Works
1. Player jumps normally from the ground
2. While airborne, within 0.4 seconds, press jump again to activate double jump
3. The player is boosted upward with physics-based movement
4. Ceiling detection prevents clipping through structures
5. Fall damage is negated for jumps within safe height limits
6. If something goes wrong, use /posreset to return to safety. It is for emergency use only, and will not work if used without any problems.
✅Contact
VOID / NINJA WORKS
DISCORD : https://discord.gg/U8uxePjSyA
MADE IN JAPAN
- #rust
- #facepunch
-
(and 8 more)
Tagged with:
-
RoamTasks
Roam starts, everyone faces the same task, those who complete it, get rewarded!
plus bonuses for those who complete the tasks before all the rest! (by default 1st, 2nd and 3rd)
Core features More reasons to leave base!
RoamTasks includes:
Random periodic roam tasks with configurable scheduling A full in-game editor through /roam editor Dedicated editor areas for Tasks, Rewards, Settings, Localization, and Backup Center Live roam HUD
Editor
Admins can configure the plugin directly in-game without constantly editing config & lang files by hand.
Tasks
Effectively open-ended, since tasks can be created and configured in many different ways.
Task categories include hunting, gathering, farming, fishing, crafting, looting, swipe cards, land/air/water vehicle travel, visiting monuments, gambling wheel, and more!
Preconfigured tasks include:
Rewards
Reward is given directly into the player's inventory when they complete a task.
+ reward for players who complete a task before others, separate from the main reward-pool (preconfigured for 1st, 2nd and 3rd).
Reward types include:
Items Commands (example - oxide.usergroup add {player.id} vip) Economics money ServerRewards points
Chat commands
Use /roam, /roamtask, or /roamtasks for chat commands.
Player
/roam next /roam turnin [task] Moderator
/roam status /roam list [page|hook|filter] Admin
/roam start /roam start <task> /roam start <hook> <task> /roam stop /roam editor
Console commands
Gameplay turn-in console commands include:
roam.turnin roamtask.turninfor <playerId> [taskKey] [targetId]
Permissions
RoamTasks uses the following permissions:
roamtasks.player roamtasks.mod roamtasks.admin roamtasks.turninfor Permission tiers are cumulative:
roamtasks.player gives player-level roam access roamtasks.mod gives status, list, preview, rewards, and stats style access roamtasks.admin gives start, stop, reschedule, diagnostics, validation, stat clearing, and editor access roamtasks.turninfor allows forced turn-in attempts for a target player
Localization
Task name localization Player-facing text localization
Backups
Creating manual backups Restoring backups Deleting backups Clearing all backups Exporting selected backups as share packs Importing backup share packs from Inbox Archiving imported share packs after import
Optional dependencies
RoamTasks supports optional integrations with:
Economics ServerRewards
Config
{ "GeneralConfig": { "Log Task Completion": false, "Automatically Add Latest Tasks": true, "Existing Config Upgrades: Auto-Enable Newly Added Tasks": false, "Save a Backup Before Updating the Config": true, "Only Command Start Tasks": false, "Task Selection: Weight by Reward Tier": true, "Task Selection Weights By Reward Pool": { "Tier1": 0.369, "Tier2": 0.369, "Tier3": 0.369 }, "Next Task Minimum(seconds)": 369, "Next Task Maximum(seconds)": 1980, "Start Sound": true, "Start Sound Vibration": true, "Start Effects: Play For Sleeping Players": false, "Start Effects: Pager Beep Prefab": "assets/prefabs/tools/pager/effects/beep.prefab", "Start Effects: Pager Vibrate Prefab": "assets/prefabs/tools/pager/effects/vibrate.prefab", "GameTip Notifications": true, "Reward GameTip Message": true, "GameTip Reward Message": "<color=#8cc83c>You received: {rewardDisplayName}</color>", "GameTip Start Message": "Roam Available", "Notifications: GameTip Display Seconds": 3.69, "Notifications: GameTip Queue Gap Seconds": 0.369, "Chat Notifications": true, "Chat Announce Task Complete": true, "Chat Announce Task Complete - Message ": "{config.General.scientistName}Participant <color=#55aaff>{playerName}</color> has completed the roam.{RankReward}", "Chat Announce Task Complete - Max Players": 3, "Chat Player Limit Messages": [ "\nLimited to {selectedMaxComplete} participants!", "\nMaximum {selectedMaxComplete} participants allowed!", "\nOnly {selectedMaxComplete} participants allowed!", "\nMaximum {selectedMaxComplete} participants!" ], "Chat Icon | 0 = Disabled": 76561199350559937, "Chat Name": "<color=#aaff55>Scientist</color>: ", "Reward Chat Message": true, "Chat Reward Message": "{scientistName}You received {rewardDisplayName}.", "Reward Sound": true, "Reward Effects: Payout Prefab": "assets/prefabs/misc/casino/slotmachine/effects/payout.prefab", "Reward Effects: Play For Position Bonus Rewards": false, "Chat Next Roam Notification": true, "Chat Next Roam Message": "{scientistName}Next roam in {NextRoamTime}.", "Chat Next Roam Reminder Message": "{scientistName}Next roam in {NextRoamTime}.", "Command Next Roam Line": "Next Roam in {NextRoamTime}", "Player Command Active Roam Message": "Roam already active.", "Notifications: Next Task Reminder Timing Mode (percent | seconds_before_start)": "percent", "Notifications: Next Task Reminder Seconds Before Start": [ 180, 30 ], "Notifications: Next Task Reminder Percents": [ 0.0, 50.0, 90.0 ], "{RankReward} Text ": "\n+ {playerRank}{playerRankSuffix} participant bonus.", "Chat Start Messages": [ "Attention. Roam available.", "Alert. Roam initiated.", "Attention. Roam authorized.", "Warning. Roam initiated. Proceed with caution.", "Attention. Roam accessible.", "Alert. Roam authorized." ], "UI Location X": 0.5, "UI Location Y": 0.0, "UI: Main Progress Bar Enabled": true, "UI: Show Main Roam HUD While Vanished/Admin Invisible": true, "UI: Fade In Seconds": 0.369, "UI: Fade Out Seconds": 0.369, "UI: Main Roam HUD Accent Color": "0.438 0.572 0.182 0.95", "UI: Completion Toast Enabled": true, "UI: Completion Toast Seconds": 1.8, "UI: Completion Toast Text": "Roam Complete", "UI: Completion Toast Accent Color": "0.438 0.572 0.182 0.95", "Performance: Mounted Distance Update Interval Seconds": 2.333, "Performance: Monument Stay Update Interval Seconds": 1.0, "Experimental: Enable Internal/Patch Hooks": true, "Mounted Task Aliases: canonical name => accepted shortname/prefab aliases": { "horse": [ "horse", "saddletest", "ridablehorse", "testridablehorse" ] }, "Localization: Use Language Files For Task Names": true, "Localization: Auto-Register Missing English Task Name Messages": true, "Localization: Use Language Files For Player Text": true, "Localization: Auto-Register Missing English Player Text Messages": true, "Position Bonus Rewards": true }, "Monument Zones": { "dome": { "Display Name": "Dome", "Enabled": true, "Match Contains": [ "sphere_tank", "dome" ], "Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 38.0 }, "harbor": { "Display Name": "Harbor", "Enabled": true, "Match Contains": [ "harbor_1", "harbor_2", "harbor" ], "Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 34.0 }, "missile_silo": { "Display Name": "Missile Silo", "Enabled": true, "Match Contains": [ "nuclear_missile_silo", "missile_silo" ], "Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 45.0 } }, "Position Bonus Rewards List": { "1": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "xmas.present.large", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, "2": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "xmas.present.medium", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, "3": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "xmas.present.small", "Item Amount": 2, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" } }, "RewardPool Configuration - Tiers and Rewards: Each Tier has a List of Rewards. Each Reward has multiple Types. One reward from set Tier's Rewards List is randomly selected based on configured Chance. (Add as many Tiers/Rewards as needed)": { "Tier1": { " -- Rewards List -- ": [ { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "pistol.revolver", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.pistol", "Item Amount": 24, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.12 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "pistol.semiauto", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.pistol", "Item Amount": 36, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.12 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "metal.fragments", "Item Amount": 350, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "wood", "Item Amount": 1500, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "stones", "Item Amount": 1200, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.12 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "metalpipe", "Item Amount": 3, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "gears", "Item Amount": 2, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "rope", "Item Amount": 2, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "bandage", "Item Amount": 8, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "syringe.medical", "Item Amount": 2, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "chicken.cooked", "Item Amount": 5, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "water", "Item Amount": 3, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "scrap", "Item Amount": 120, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "lowgradefuel", "Item Amount": 120, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "cloth", "Item Amount": 80, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "explosive.satchel", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 } ] }, "Tier2": { " -- Rewards List -- ": [ { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "rifle.semiauto", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.rifle", "Item Amount": 64, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.14 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "smg.2", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.pistol", "Item Amount": 80, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.13 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "techparts", "Item Amount": 6, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "gears", "Item Amount": 5, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.12 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "metal.fragments", "Item Amount": 800, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "stones", "Item Amount": 2000, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "syringe.medical", "Item Amount": 6, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "meat.pork.cooked", "Item Amount": 6, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "scrap", "Item Amount": 400, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "lowgradefuel", "Item Amount": 200, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "cloth", "Item Amount": 150, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "ammo.rifle.explosive", "Item Amount": 20, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 } ] }, "Tier3": { " -- Rewards List -- ": [ { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "rifle.lr300", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.rifle", "Item Amount": 120, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.14 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "rifle.bolt", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 }, { "Item Type": "ammo.rifle.hv", "Item Amount": 64, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.13 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "hq.metal.ore", "Item Amount": 150, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.12 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "techparts", "Item Amount": 12, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.11 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "metal.fragments", "Item Amount": 2000, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "largemedkit", "Item Amount": 4, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "scrap", "Item Amount": 1200, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "lowgradefuel", "Item Amount": 400, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 }, { " -- Reward": { "Enabled": true, "Types - ( Items = 1, Command = 2, Eco = 3, SR = 4 ) - Usage - 1, 2, 3, 4": [ 1 ], "Items": [ { "Item Type": "explosive.timed", "Item Amount": 1, "Item Custom Name": "", "Item Skin ID": 0 } ], "Command": "oxide.usergroup add {player.id} vip", "Command Amount Text": "1", "Command Custom Name": "VIP", "Command Reward Msg": "<color=#ffbf00>{customName}</color>", "Economics Amount (Plugin)": 5.0, "Economics Amount Text (Plugin)": "5", "Economics Custom Name (Plugin)": "$", "Economics Reward Msg": "{amount}<color=#3e9c35>{customName}</color>", "ServerRewards Amount (Plugin)": 1, "ServerRewards Amount Text (Plugin)": "1", "ServerRewards Custom Name (Plugin)": "RP", "ServerRewards Reward Msg": "{amount}<color=#cd4632>{customName}</color>" }, " -- Reward Select Chance % (0.0 - 1.0)": 0.1 } ] } }, "Tasks Configuration: Tasks are categorized by Hooks. First Task = TaskID 1, increments per task. MaxComplete 0 = no players complete limit | (Tip) - useful console commands 'RoamTask List', 'RoamTask Show <TaskID|TaskKey>', 'RoamTask Start <TaskID|TaskKey>', and 'RoamTask Start <Hook> <TaskID|TaskKey>' ": { "OnEntityDeath": [ { "Editor Key (internal, do not edit)": "custom.editor.feef42d3666c4045ae3654b71b244211", "Task Name Lang Key (optional)": "Task.destroy-barrels", "Name": "Destroy Barrels", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "loot-barrel-1", "loot-barrel-2", "loot_barrel_1", "loot_barrel_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.fabc4b68046c48b5b89a6f8348fa1872", "Task Name Lang Key (optional)": "Task.destroy-barrels", "Name": "Destroy Barrels", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 15, "ShortName": [ "loot-barrel-1", "loot-barrel-2", "loot_barrel_1", "loot_barrel_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.66c0d0b7904c43e4982bbc795e99af26", "Task Name Lang Key (optional)": "Task.destroy-barrels", "Name": "Destroy Barrels", "Enabled": true, "MaxComplete": 8, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 30, "ShortName": [ "loot-barrel-1", "loot-barrel-2", "loot_barrel_1", "loot_barrel_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.05482a948f7c42a2b6ad01ecd1722885", "Task Name Lang Key (optional)": "Task.destroy-oil-barrels", "Name": "Destroy Oil Barrels", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "oil_barrel" ] }, { "Editor Key (internal, do not edit)": "custom.editor.4c22afafed2848549cfc1d931f2eed42", "Task Name Lang Key (optional)": "Task.destroy-oil-barrels", "Name": "Destroy Oil Barrels", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8, "ShortName": [ "oil_barrel" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9b6a5926eb8b4c4aa83e28afa2af0915", "Task Name Lang Key (optional)": "Task.destroy-oil-barrels", "Name": "Destroy Oil Barrels", "Enabled": true, "MaxComplete": 8, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 15, "ShortName": [ "oil_barrel" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9505adb3a71c419d8a9890f24b21c330", "Task Name Lang Key (optional)": "Task.destroy-road-signs", "Name": "Destroy Road Signs", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "roadsign1", "roadsign2", "roadsign3", "roadsign4", "roadsign5", "roadsign6", "roadsign7", "roadsign8", "roadsign9" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bda7628c1a744379b75de3f9bf0028fb", "Task Name Lang Key (optional)": "Task.destroy-road-signs", "Name": "Destroy Road Signs", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 9, "ShortName": [ "roadsign1", "roadsign2", "roadsign3", "roadsign4", "roadsign5", "roadsign6", "roadsign7", "roadsign8", "roadsign9" ] }, { "Editor Key (internal, do not edit)": "custom.editor.c7b4872a8e044ba8aba4c9e103985e94", "Task Name Lang Key (optional)": "Task.destroy-road-signs", "Name": "Destroy Road Signs", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 15, "ShortName": [ "roadsign1", "roadsign2", "roadsign3", "roadsign4", "roadsign5", "roadsign6", "roadsign7", "roadsign8", "roadsign9" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f67389e79bec4da8892caa6b7e6cfc99", "Task Name Lang Key (optional)": "Task.hunt-chickens", "Name": "Hunt Chickens", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "chicken" ] }, { "Editor Key (internal, do not edit)": "custom.editor.49983e80b8a1456f8d6a12dfe6b6dd17", "Task Name Lang Key (optional)": "Task.hunt-chickens", "Name": "Hunt Chickens", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8, "ShortName": [ "chicken" ] }, { "Editor Key (internal, do not edit)": "custom.editor.5e9c0bd5ee5b43b7b711a2acb018ba4d", "Task Name Lang Key (optional)": "Task.hunt-chickens", "Name": "Hunt Chickens", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 12, "ShortName": [ "chicken" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8b867979962e4a36b826b969b21c1c01", "Task Name Lang Key (optional)": "Task.hunt-boars", "Name": "Hunt Boars", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "boar" ] }, { "Editor Key (internal, do not edit)": "custom.editor.48b3fcc57e144756acd673db4e79321a", "Task Name Lang Key (optional)": "Task.hunt-boars", "Name": "Hunt Boars", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 6, "ShortName": [ "boar" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bcc32c94453b47e6ab276af6fc0b31aa", "Task Name Lang Key (optional)": "Task.hunt-boars", "Name": "Hunt Boars", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 10, "ShortName": [ "boar" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f494749465184daba42680b1aea324df", "Task Name Lang Key (optional)": "Task.hunt-deer", "Name": "Hunt Deer", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "stag" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8932d0c9605747a88c9c2cb86cfaf1dd", "Task Name Lang Key (optional)": "Task.hunt-deer", "Name": "Hunt Deer", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 7, "ShortName": [ "stag" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bc3bb1be95ed45b9bda3dd03bc060b5e", "Task Name Lang Key (optional)": "Task.hunt-deer", "Name": "Hunt Deer", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 12, "ShortName": [ "stag" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7183e33645994bfcbb5d4ec0a0e757ef", "Task Name Lang Key (optional)": "Task.hunt-snakes", "Name": "Hunt Snakes", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "snake.entity" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f80a4dbb4f5a43d2a0a1f97fbc790f8d", "Task Name Lang Key (optional)": "Task.hunt-snakes", "Name": "Hunt Snakes", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 7, "ShortName": [ "snake.entity" ] }, { "Editor Key (internal, do not edit)": "custom.editor.3d7493fea1e740bab6eb356e30a6abb5", "Task Name Lang Key (optional)": "Task.hunt-snakes", "Name": "Hunt Snakes", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 12, "ShortName": [ "snake.entity" ] }, { "Editor Key (internal, do not edit)": "custom.editor.faade2a4f60a4692b8c45f16f5fee8aa", "Task Name Lang Key (optional)": "Task.hunt-brown-bears", "Name": "Hunt Brown Bears", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 2, "ShortName": [ "bear" ] }, { "Editor Key (internal, do not edit)": "custom.editor.528d20e86e2942f680e9122fa8f50395", "Task Name Lang Key (optional)": "Task.hunt-brown-bears", "Name": "Hunt Brown Bears", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 4, "ShortName": [ "bear" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2761badc2b0d4742a0d963e91f88bd4e", "Task Name Lang Key (optional)": "Task.hunt-brown-bears", "Name": "Hunt Brown Bears", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 7, "ShortName": [ "bear" ] }, { "Editor Key (internal, do not edit)": "custom.editor.3d6eb77cad934f08bf932f33631806e9", "Task Name Lang Key (optional)": "Task.hunt-wolves", "Name": "Hunt Wolves", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.23d603a7986c4e2fa1fa3591f720d3ba", "Task Name Lang Key (optional)": "Task.hunt-wolves", "Name": "Hunt Wolves", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 6, "ShortName": [ "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.07b18e1d64764858aa91cbcada6f6754", "Task Name Lang Key (optional)": "Task.hunt-wolves", "Name": "Hunt Wolves", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 10, "ShortName": [ "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.fc7df13e1cc2420e92b694958bfeb61f", "Task Name Lang Key (optional)": "Task.hunt-polar-bears", "Name": "Hunt Polar Bears", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2, "ShortName": [ "polarbear" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8c06da7cdecc4318806a5594c7d8281c", "Task Name Lang Key (optional)": "Task.hunt-polar-bears", "Name": "Hunt Polar Bears", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4, "ShortName": [ "polarbear" ] }, { "Editor Key (internal, do not edit)": "custom.editor.1660df1cf0684d78927ccaa2ab0287f2", "Task Name Lang Key (optional)": "Task.hunt-crocodiles", "Name": "Hunt Crocodiles", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2, "ShortName": [ "crocodile" ] }, { "Editor Key (internal, do not edit)": "custom.editor.81fb7e56afc04946bc75dd4b4d4367fa", "Task Name Lang Key (optional)": "Task.hunt-crocodiles", "Name": "Hunt Crocodiles", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4, "ShortName": [ "crocodile" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2ee9f402c9864343b3d98157060ca42f", "Task Name Lang Key (optional)": "Task.hunt-panthers", "Name": "Hunt Panthers", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2, "ShortName": [ "panther" ] }, { "Editor Key (internal, do not edit)": "custom.editor.cfea2fdad27e4d419fd116103bd4fa5a", "Task Name Lang Key (optional)": "Task.hunt-panthers", "Name": "Hunt Panthers", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4, "ShortName": [ "panther" ] }, { "Editor Key (internal, do not edit)": "custom.editor.80c875a420994bcc9010bb810de4d365", "Task Name Lang Key (optional)": "Task.hunt-all-wildlife", "Name": "Hunt All Wildlife", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 12, "ShortName": [ "bear", "boar", "chicken", "crocodile", "panther", "polarbear", "snake.entity", "stag", "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.70b1ab3a38d74e38ae41b45784b137d9", "Task Name Lang Key (optional)": "Task.hunt-all-wildlife", "Name": "Hunt All Wildlife", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 18, "ShortName": [ "bear", "boar", "chicken", "crocodile", "panther", "polarbear", "snake.entity", "stag", "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.6c2131076c5343bdbcecb7c819c500f3", "Task Name Lang Key (optional)": "Task.hunt-all-wildlife", "Name": "Hunt All Wildlife", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 24, "ShortName": [ "bear", "boar", "chicken", "crocodile", "panther", "polarbear", "snake.entity", "stag", "wolf", "wolf2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.467cb20610144bf8bbccb2807b986b96", "Task Name Lang Key (optional)": "Task.kill-tunnel-dwellers", "Name": "Kill Tunnel Dwellers", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "npc_tunneldweller" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ade761fe44054db09b298820028f1ccd", "Task Name Lang Key (optional)": "Task.kill-tunnel-dwellers", "Name": "Kill Tunnel Dwellers", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 6, "ShortName": [ "npc_tunneldweller" ] }, { "Editor Key (internal, do not edit)": "custom.editor.62bbecc0497e4a979c962ae234579f66", "Task Name Lang Key (optional)": "Task.kill-underwater-dwellers", "Name": "Kill Underwater Dwellers", "Enabled": false, "MaxComplete": 5, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "npc_underwaterdweller" ] }, { "Editor Key (internal, do not edit)": "custom.editor.847026aea4d546578ac72bf6376224d2", "Task Name Lang Key (optional)": "Task.kill-underwater-dwellers", "Name": "Kill Underwater Dwellers", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 6, "ShortName": [ "npc_underwaterdweller" ] }, { "Editor Key (internal, do not edit)": "custom.editor.c50f6177a7a549409972fddfe129f059", "Task Name Lang Key (optional)": "Task.kill-scientists", "Name": "Kill Scientists", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "scientistnpc_arena", "scientistnpc_cargo", "scientistnpc_cargo_turret_any", "scientistnpc_excavator", "scientistnpc_full_any", "scientistnpc_heavy", "scientistnpc_junkpile_pistol", "scientistnpc_oilrig", "scientistnpc_patrol", "scientistnpc_roam" ] }, { "Editor Key (internal, do not edit)": "custom.editor.56d98733c2f448509565aa0ceb15419b", "Task Name Lang Key (optional)": "Task.kill-scientists", "Name": "Kill Scientists", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 6, "ShortName": [ "scientistnpc_arena", "scientistnpc_cargo", "scientistnpc_cargo_turret_any", "scientistnpc_excavator", "scientistnpc_full_any", "scientistnpc_heavy", "scientistnpc_junkpile_pistol", "scientistnpc_oilrig", "scientistnpc_patrol", "scientistnpc_roam" ] }, { "Editor Key (internal, do not edit)": "custom.editor.434874ac41db4511acb0b219631ebac8", "Task Name Lang Key (optional)": "Task.kill-cargo-scientists", "Name": "Kill Cargo Scientists", "Enabled": false, "MaxComplete": 5, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "scientistnpc_cargo" ] }, { "Editor Key (internal, do not edit)": "custom.editor.545177f3bc4e47af8b99d697061119aa", "Task Name Lang Key (optional)": "Task.kill-heavy-scientists", "Name": "Kill Heavy Scientists", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "scientistnpc_heavy" ] }, { "Editor Key (internal, do not edit)": "custom.editor.94a6954634c643e6b6a3dfe91cf47982", "Task Name Lang Key (optional)": "Task.kill-oil-rig-scientists", "Name": "Kill Oil Rig Scientists", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 3, "ShortName": [ "scientistnpc_oilrig" ] }, { "Editor Key (internal, do not edit)": "custom.editor.51df5f4b42fb41bfa55d0cd9c393e614", "Task Name Lang Key (optional)": "Task.kill-scarecrows", "Name": "Kill Scarecrows", "Enabled": false, "MaxComplete": 5, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "scarecrow", "scarecrow_dungeon", "scarecrow_dungeonnoroam" ] }, { "Editor Key (internal, do not edit)": "custom.editor.b86ea6f6fafa4e0a9d086009a18077a0", "Task Name Lang Key (optional)": "Task.kill-all-npcs", "Name": "Kill All NPCs", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8, "ShortName": [ "npc_tunneldweller", "scientistnpc_arena", "scientistnpc_cargo", "scientistnpc_cargo_turret_any", "scientistnpc_excavator", "scientistnpc_full_any", "scientistnpc_heavy", "scientistnpc_junkpile_pistol", "scientistnpc_oilrig", "scientistnpc_patrol", "scientistnpc_roam" ] }, { "Editor Key (internal, do not edit)": "custom.editor.86963117373f41039b28b38276587cd4", "Task Name Lang Key (optional)": "Task.kill-all-npcs", "Name": "Kill All NPCs", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 15, "ShortName": [ "npc_tunneldweller", "scientistnpc_arena", "scientistnpc_cargo", "scientistnpc_cargo_turret_any", "scientistnpc_excavator", "scientistnpc_full_any", "scientistnpc_heavy", "scientistnpc_junkpile_pistol", "scientistnpc_oilrig", "scientistnpc_patrol", "scientistnpc_roam" ] } ], "OnEntityTakeDamage": [ { "Editor Key (internal, do not edit)": "custom.editor.db829ee08e71443cbdd17fb9246d1f59", "Task Name Lang Key (optional)": "Task.damage-patrol-heli", "Name": "Damage Patrol Heli", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 800, "ShortName": [ "patrolhelicopter" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ab2ad2ec665e4a898f5fd3d463addf37", "Task Name Lang Key (optional)": "Task.damage-bradley-apc", "Name": "Damage Bradley APC", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 750, "ShortName": [ "bradleyapc" ] }, { "Editor Key (internal, do not edit)": "custom.editor.5b442a773b93449ba2da917bdae88e31", "Task Name Lang Key (optional)": "Task.damage-tugboats", "Name": "Damage Tugboats", "Enabled": false, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 300, "ShortName": [ "tugboat" ] } ], "OnDispenserGather": [ { "Editor Key (internal, do not edit)": "custom.editor.ad5bf48540b34586819db95ac1bc267d", "Task Name Lang Key (optional)": "Task.gather-wood", "Name": "Gather Wood", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1000, "ShortName": [ "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.5de8e7b853da4e7b8265cc4b8056868b", "Task Name Lang Key (optional)": "Task.gather-stone", "Name": "Gather Stone", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1000, "ShortName": [ "stones" ] }, { "Editor Key (internal, do not edit)": "custom.editor.abbc4c7cda524f30a6e40e24c9c7173c", "Task Name Lang Key (optional)": "Task.gather-ores", "Name": "Gather Ores", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1400, "ShortName": [ "metal.ore", "sulfur.ore" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e3000961458346879f03ac61da2d107e", "Task Name Lang Key (optional)": "Task.gather-wood-and-stone", "Name": "Gather Wood and Stone", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1800, "ShortName": [ "stones", "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.13ecbb30d6d54458a0fc6a45b5781aa0", "Task Name Lang Key (optional)": "Task.gather-sulfur-ore", "Name": "Gather Sulfur Ore", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3000, "ShortName": [ "sulfur.ore" ] }, { "Editor Key (internal, do not edit)": "custom.editor.92c5b3e0b4cc4207ac64d88db22be68b", "Task Name Lang Key (optional)": "Task.gather-metal-ore", "Name": "Gather Metal Ore", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3000, "ShortName": [ "metal.ore" ] }, { "Editor Key (internal, do not edit)": "custom.editor.a8806361df184c4ca9049623f6131c35", "Task Name Lang Key (optional)": "Task.gather-ores", "Name": "Gather Ores", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 6000, "ShortName": [ "metal.ore", "sulfur.ore" ] }, { "Editor Key (internal, do not edit)": "custom.editor.1308f5ac4cf045e3aa371cbc5defbb7c", "Task Name Lang Key (optional)": "Task.gather-wood-and-stone", "Name": "Gather Wood and Stone", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8000, "ShortName": [ "stones", "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7a3d0379cf2547209589d18fbe786542", "Task Name Lang Key (optional)": "Task.gather-ores", "Name": "Gather Ores", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 14000, "ShortName": [ "metal.ore", "sulfur.ore" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8eabf9130d4642f780200c89a948b966", "Task Name Lang Key (optional)": "Task.gather-wood-and-stone", "Name": "Gather Wood and Stone", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 17000, "ShortName": [ "stones", "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f6792ead9c69439ba4a512f218dbcdc5", "Task Name Lang Key (optional)": "Task.gather-wood", "Name": "Gather Wood", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 8500, "ShortName": [ "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f1d982e5d95a4463a20ca39ac0e9a3e0", "Task Name Lang Key (optional)": "Task.gather-stone", "Name": "Gather Stone", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 8500, "ShortName": [ "stones" ] }, { "Editor Key (internal, do not edit)": "custom.editor.10aad59341ab42e7ad08b62bdab92649", "Task Name Lang Key (optional)": "Task.gather-resources", "Name": "Gather Resources", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 10000, "ShortName": [ "metal.ore", "stones", "sulfur.ore", "wood" ] }, { "Editor Key (internal, do not edit)": "custom.editor.fe21547c896948b0a1a81c7618607ddf", "Task Name Lang Key (optional)": "Task.gather-resources", "Name": "Gather Resources", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 25000, "ShortName": [ "metal.ore", "stones", "sulfur.ore", "wood" ] } ], "OnCollectiblePickedup": [ { "Editor Key (internal, do not edit)": "custom.editor.032d2c7695e74b909b2c809697ac3db7", "Task Name Lang Key (optional)": "Task.pickup-hemp", "Name": "Pickup Hemp", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 40, "ShortName": [ "cloth" ] }, { "Editor Key (internal, do not edit)": "custom.editor.d3ca1857db54410abefd95c114cb80dc", "Task Name Lang Key (optional)": "Task.pickup-mushrooms", "Name": "Pickup Mushrooms", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 8, "ShortName": [ "mushroom" ] }, { "Editor Key (internal, do not edit)": "custom.editor.896c4e9c332f42ac8be62731e0668ec8", "Task Name Lang Key (optional)": "Task.pickup-corn", "Name": "Pickup Corn", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 8, "ShortName": [ "corn" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ab8afb58912f4acbbcf0781dd8f8f59c", "Task Name Lang Key (optional)": "Task.pickup-pumpkins", "Name": "Pickup Pumpkins", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "pumpkin" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7087294e78004ffeb82498ace5ce86d3", "Task Name Lang Key (optional)": "Task.pickup-food", "Name": "Pickup Food", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 10, "ShortName": [ "coconut", "corn", "mushroom", "potato", "pumpkin" ] }, { "Editor Key (internal, do not edit)": "custom.editor.c0c31bb66ac2430aa6d1d7375090e678", "Task Name Lang Key (optional)": "Task.pickup-berries", "Name": "Pickup Berries", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 6, "ShortName": [ "black.berry", "blue.berry", "green.berry", "red.berry", "white.berry", "yellow.berry" ] }, { "Editor Key (internal, do not edit)": "custom.editor.3395ffe2ae0f41158ce9c2297f3b39d0", "Task Name Lang Key (optional)": "Task.pickup-coconuts", "Name": "Pickup Coconuts", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 6, "ShortName": [ "coconut" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9434dea7d96e4c8bb654dfcab1923337", "Task Name Lang Key (optional)": "Task.pickup-sunflowers", "Name": "Pickup Sunflowers", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 6, "ShortName": [ "sunflower" ] }, { "Editor Key (internal, do not edit)": "custom.editor.95b02c24eca84c63afb063cacb70e1d4", "Task Name Lang Key (optional)": "Task.pickup-wheat", "Name": "Pickup Wheat", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 6, "ShortName": [ "wheat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.36ca255053ec4c0499955191a7a3a5b5", "Task Name Lang Key (optional)": "Task.pickup-orchids", "Name": "Pickup Orchids", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "orchid" ] }, { "Editor Key (internal, do not edit)": "custom.editor.be94d78990434c49a48df64e01f0d9c2", "Task Name Lang Key (optional)": "Task.pickup-roses", "Name": "Pickup Roses", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "rose" ] }, { "Editor Key (internal, do not edit)": "custom.editor.1e8b8d39596049178ce4b510aee6782d", "Task Name Lang Key (optional)": "Task.pickup-flowers", "Name": "Pickup Flowers", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 16, "ShortName": [ "orchid", "rose", "sunflower" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7a5bd318ce53431ca9c250b33c96a985", "Task Name Lang Key (optional)": "Task.pickup-hemp", "Name": "Pickup Hemp", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 90, "ShortName": [ "cloth" ] }, { "Editor Key (internal, do not edit)": "custom.editor.90de4584013c46988c87c91c1a2b8d49", "Task Name Lang Key (optional)": "Task.pickup-corn", "Name": "Pickup Corn", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 18, "ShortName": [ "corn" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e68e3d82f5ba487da0575eee7cb721b9", "Task Name Lang Key (optional)": "Task.pickup-potatoes", "Name": "Pickup Potatoes", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 14, "ShortName": [ "potato" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2acbdc7eff694bcd83fc4762c311b6b1", "Task Name Lang Key (optional)": "Task.pickup-crops", "Name": "Pickup Crops", "Enabled": true, "MaxComplete": 10, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 24, "ShortName": [ "corn", "potato", "pumpkin", "wheat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.65697d419090485b81b616590499c1be", "Task Name Lang Key (optional)": "Task.pickup-berries", "Name": "Pickup Berries", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 15, "ShortName": [ "black.berry", "blue.berry", "green.berry", "red.berry", "white.berry", "yellow.berry" ] }, { "Editor Key (internal, do not edit)": "custom.editor.5d4be2df824c44c381f8c600cc9d205e", "Task Name Lang Key (optional)": "Task.pickup-coconuts", "Name": "Pickup Coconuts", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 14, "ShortName": [ "coconut" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ec8183d94253411fa8004d97341bf3cb", "Task Name Lang Key (optional)": "Task.pickup-sunflowers", "Name": "Pickup Sunflowers", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 14, "ShortName": [ "sunflower" ] }, { "Editor Key (internal, do not edit)": "custom.editor.d92eed3cca284d9ab023a2bc44f68431", "Task Name Lang Key (optional)": "Task.pickup-wheat", "Name": "Pickup Wheat", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 14, "ShortName": [ "wheat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.33c0f9630f914e70a22b9fb7b125335c", "Task Name Lang Key (optional)": "Task.pickup-orchids", "Name": "Pickup Orchids", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 12, "ShortName": [ "orchid" ] }, { "Editor Key (internal, do not edit)": "custom.editor.406c64120203491387f4753cfb9ea799", "Task Name Lang Key (optional)": "Task.pickup-roses", "Name": "Pickup Roses", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 12, "ShortName": [ "rose" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bda7dad91f90409e8dea3d9a73dca595", "Task Name Lang Key (optional)": "Task.pickup-flowers", "Name": "Pickup Flowers", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 38, "ShortName": [ "orchid", "rose", "sunflower" ] }, { "Editor Key (internal, do not edit)": "custom.editor.327f6890600046a2a0af9e31ed847d43", "Task Name Lang Key (optional)": "Task.pickup-bones", "Name": "Pickup Bones", "Enabled": false, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 30, "ShortName": [ "bone.fragments" ] } ], "OnLootEntity": [ { "Editor Key (internal, do not edit)": "custom.editor.f340952346d841a8bbfad33f8d8a1e7a", "Task Name Lang Key (optional)": "Task.open-basic-crates", "Name": "Open Basic Crates", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "crate_normal_2", "crate_normal_2_food", "crate_normal_2_medical", "wagon_crate_normal_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.763e88345f3c44e89f5fe7b9463ac9dd", "Task Name Lang Key (optional)": "Task.open-food-loot", "Name": "Open Food Loot", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "crate_food_1", "crate_food_2", "crate_normal_2_food", "food_cache_001", "foodbox" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ccfda7a8b65746fc855fed3d4ac56d8b", "Task Name Lang Key (optional)": "Task.open-roadside-loot", "Name": "Open Roadside Loot", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "crate_normal_2", "crate_tools", "foodbox", "vehicle_parts" ] }, { "Editor Key (internal, do not edit)": "custom.editor.35b21fd28e304e40aca0c5f4dc941bbc", "Task Name Lang Key (optional)": "Task.open-medical-crates", "Name": "Open Medical Crates", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "crate_normal_2_medical", "wagon_crate_normal_2_medical" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8e35074b9e634b7d851fc296abfeb3b8", "Task Name Lang Key (optional)": "Task.open-tool-crates", "Name": "Open Tool Crates", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "crate_tools" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e57df9e86d0943d595f69c624ecd5a0e", "Task Name Lang Key (optional)": "Task.open-military-crates", "Name": "Open Military Crates", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2, "ShortName": [ "crate_normal", "wagon_crate_normal" ] }, { "Editor Key (internal, do not edit)": "custom.editor.a0f42c764dc44ecf856124ee907f9815", "Task Name Lang Key (optional)": "Task.open-mine-carts", "Name": "Open Mine Carts", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "minecart" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e82c00f127d34b36b712561efb10f1e1", "Task Name Lang Key (optional)": "Task.open-supply-drops", "Name": "Open Supply Drops", "Enabled": false, "MaxComplete": 4, "RoamDuration": 1545, "RewardPool": "Tier2", "RequiredAmount": 1, "ShortName": [ "supply_drop" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2225e2562fec40d3b25599fcd8f2b0a5", "Task Name Lang Key (optional)": "Task.open-underwater-basic-crates", "Name": "Open Underwater Basic Crates", "Enabled": false, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "crate_underwater_basic" ] }, { "Editor Key (internal, do not edit)": "custom.editor.083ac7eaae0e4ef5bfbd490840b473c8", "Task Name Lang Key (optional)": "Task.open-train-wagon-crates", "Name": "Open Train Wagon Crates", "Enabled": false, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "wagon_crate_normal", "wagon_crate_normal_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ae04d5b0cfee4190ab11a404df337d59", "Task Name Lang Key (optional)": "Task.open-military-crates", "Name": "Open Military Crates", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4, "ShortName": [ "crate_normal", "wagon_crate_normal" ] }, { "Editor Key (internal, do not edit)": "custom.editor.901b97862e964ad09a0df7b8da3d22a8", "Task Name Lang Key (optional)": "Task.open-elite-crates", "Name": "Open Elite Crates", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "crate_elite" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2af7b9fd770a4e4ea5e2413d277cc91f", "Task Name Lang Key (optional)": "Task.open-locked-crates", "Name": "Open Locked Crates", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "codelockedhackablecrate" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9f781b9ede6c4ea7a2d335532dafaa83", "Task Name Lang Key (optional)": "Task.open-bradley-crates", "Name": "Open Bradley Crates", "Enabled": false, "MaxComplete": 3, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "bradley_crate" ] }, { "Editor Key (internal, do not edit)": "custom.editor.47fb2b97cd214d61bc9fdaef6bba132d", "Task Name Lang Key (optional)": "Task.open-helicopter-crates", "Name": "Open Helicopter Crates", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "heli_crate" ] }, { "Editor Key (internal, do not edit)": "custom.editor.c22ed8c427ce44a9a903780b04a12715", "Task Name Lang Key (optional)": "Task.open-underwater-advanced-crates", "Name": "Open Underwater Advanced Crates", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "crate_underwater_advanced" ] }, { "Editor Key (internal, do not edit)": "custom.editor.6321ee1a0fc745ebb943b5fd7756d90d", "Task Name Lang Key (optional)": "Task.open-train-wagon-crates", "Name": "Open Train Wagon Crates", "Enabled": false, "MaxComplete": 5, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 6, "ShortName": [ "wagon_crate_normal", "wagon_crate_normal_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7bed0408beda47bdb7edb70098785456", "Task Name Lang Key (optional)": "Task.open-crates", "Name": "Open Crates", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 16, "ShortName": [ "crate_elite", "crate_normal", "crate_normal_2", "crate_normal_2_food", "crate_normal_2_medical", "crate_tools", "minecart", "wagon_crate_normal", "wagon_crate_normal_2" ] }, { "Editor Key (internal, do not edit)": "custom.editor.4f5dc88f57e54266aa7cbed265b8a758", "Task Name Lang Key (optional)": "Task.open-crates", "Name": "Open Crates", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 28, "ShortName": [ "crate_elite", "crate_normal", "crate_normal_2", "crate_normal_2_food", "crate_normal_2_medical", "crate_tools", "minecart", "wagon_crate_normal", "wagon_crate_normal_2" ] } ], "OnFishCaught": [ { "Editor Key (internal, do not edit)": "custom.editor.c29fb267d3984f0bbc7da3471054225e", "Task Name Lang Key (optional)": "Task.catch-fish", "Name": "Catch Fish", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "fish.anchovy", "fish.catfish", "fish.herring", "fish.minnows", "fish.salmon", "fish.sardine", "fish.smallshark", "fish.troutsmall" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ec4f7872800e4dc3ae95595aa4846162", "Task Name Lang Key (optional)": "Task.catch-fish", "Name": "Catch Fish", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8, "ShortName": [ "fish.anchovy", "fish.catfish", "fish.herring", "fish.minnows", "fish.salmon", "fish.sardine", "fish.smallshark", "fish.troutsmall" ] }, { "Editor Key (internal, do not edit)": "custom.editor.017bf375460d412788858b35ca88e06d", "Task Name Lang Key (optional)": "Task.catch-salmon", "Name": "Catch Salmon", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "fish.salmon" ] }, { "Editor Key (internal, do not edit)": "custom.editor.86c911a2bbd84cfaa2fc9e80102498b8", "Task Name Lang Key (optional)": "Task.catch-catfish", "Name": "Catch Catfish", "Enabled": false, "MaxComplete": 6, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "fish.catfish" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8c38a791b0c842fd807543b0035edc13", "Task Name Lang Key (optional)": "Task.catch-anchovy", "Name": "Catch Anchovy", "Enabled": true, "MaxComplete": 6, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "fish.anchovy" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ddf2da260cec44778eeb86454fb61472", "Task Name Lang Key (optional)": "Task.catch-herring", "Name": "Catch Herring", "Enabled": false, "MaxComplete": 6, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "fish.herring" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7245c7451101465d9a88a17e095d262b", "Task Name Lang Key (optional)": "Task.catch-sardines", "Name": "Catch Sardines", "Enabled": false, "MaxComplete": 6, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 4, "ShortName": [ "fish.sardine" ] }, { "Editor Key (internal, do not edit)": "custom.editor.0500dc75afba40958f28c3a9d4b7dcc1", "Task Name Lang Key (optional)": "Task.catch-yellow-perch", "Name": "Catch Yellow Perch", "Enabled": false, "MaxComplete": 5, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "fish.yellowperch" ] }, { "Editor Key (internal, do not edit)": "custom.editor.11370cbcabe14f81b193794144a3aebe", "Task Name Lang Key (optional)": "Task.catch-trout", "Name": "Catch Trout", "Enabled": true, "MaxComplete": 5, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "fish.troutsmall" ] }, { "Editor Key (internal, do not edit)": "custom.editor.89ccf1aac93440b0a89bf14d6fc28c23", "Task Name Lang Key (optional)": "Task.catch-sharks", "Name": "Catch Sharks", "Enabled": true, "MaxComplete": 3, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "fish.smallshark" ] } ], "OnNpcGiveSoldItem": [ { "Editor Key (internal, do not edit)": "custom.editor.c522102a92944ecd8f25ff51b4945d77", "Task Name Lang Key (optional)": "Task.buy-from-npc-vendor", "Name": "Buy from NPC Vendor", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1, "ShortName": [] }, { "Editor Key (internal, do not edit)": "custom.editor.17635e4ad3fb40debd288a955c4b40fe", "Task Name Lang Key (optional)": "Task.buy-3-npc-vendor-items", "Name": "Buy 3 NPC Vendor Items", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [] }, { "Editor Key (internal, do not edit)": "custom.editor.de5657f7d7604ae78052d44753c9de6c", "Task Name Lang Key (optional)": "Task.buy-5-npc-vendor-items", "Name": "Buy 5 NPC Vendor Items", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 5, "ShortName": [] } ], "OnItemCraftFinished": [ { "Editor Key (internal, do not edit)": "custom.editor.4909c551d3c348fb9b2fcc27196e564e", "Task Name Lang Key (optional)": "Task.craft-bandages", "Name": "Craft Bandages", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 5, "ShortName": [ "bandage" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e6809cb97fd24c1bad5062c60935faa0", "Task Name Lang Key (optional)": "Task.craft-bandages", "Name": "Craft Bandages", "Enabled": false, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 12, "ShortName": [ "bandage" ] }, { "Editor Key (internal, do not edit)": "custom.editor.0efc6cc583cf4b23981e22f37f02dab1", "Task Name Lang Key (optional)": "Task.craft-syringes", "Name": "Craft Syringes", "Enabled": false, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 5, "ShortName": [ "syringe.medical" ] }, { "Editor Key (internal, do not edit)": "custom.editor.55e21e5930ad49789302a249c552ebf6", "Task Name Lang Key (optional)": "Task.craft-eoka-pistols", "Name": "Craft Eoka Pistols", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 3, "ShortName": [ "pistol.eoka" ] }, { "Editor Key (internal, do not edit)": "custom.editor.4e6d198e071248ae8dd8ba8b1ac8b6c5", "Task Name Lang Key (optional)": "Task.craft-bolt-action-rifles", "Name": "Craft Bolt Action Rifles", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "rifle.bolt" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2faed7e4b25f4c67b5fd0f1f8adc8ecf", "Task Name Lang Key (optional)": "Task.craft-c4", "Name": "Craft C4", "Enabled": false, "MaxComplete": 2, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "explosive.timed" ] } ], "OnCardSwipe": [ { "Editor Key (internal, do not edit)": "custom.editor.b744510da249480b83ffb28d85708609", "Task Name Lang Key (optional)": "Task.swipe-green-keycards", "Name": "Swipe Green Keycards", "Enabled": true, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1, "ShortName": [ "keycard_green" ] }, { "Editor Key (internal, do not edit)": "custom.editor.e9f46a3febab4b5b8430bda89983e559", "Task Name Lang Key (optional)": "Task.swipe-green-keycards", "Name": "Swipe Green Keycards", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3, "ShortName": [ "keycard_green" ] }, { "Editor Key (internal, do not edit)": "custom.editor.fde275962dd84a018c2b8fc84888bbde", "Task Name Lang Key (optional)": "Task.swipe-blue-keycards", "Name": "Swipe Blue Keycards", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 1, "ShortName": [ "keycard_blue" ] }, { "Editor Key (internal, do not edit)": "custom.editor.3e3a5e03827143ee9f69face2a040bc4", "Task Name Lang Key (optional)": "Task.swipe-blue-keycards", "Name": "Swipe Blue Keycards", "Enabled": true, "MaxComplete": 6, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 3, "ShortName": [ "keycard_blue" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9cb09a1012514bb68079a859510ec0fa", "Task Name Lang Key (optional)": "Task.swipe-red-keycards", "Name": "Swipe Red Keycards", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 1, "ShortName": [ "keycard_red" ] }, { "Editor Key (internal, do not edit)": "custom.editor.1864d687111d4915a362fdbf9c68973f", "Task Name Lang Key (optional)": "Task.swipe-keycards", "Name": "Swipe Keycards", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 5, "ShortName": [ "keycard_blue", "keycard_green", "keycard_red" ] }, { "Editor Key (internal, do not edit)": "custom.editor.b1b5e3034669451ba7e6ad9a8901df12", "Task Name Lang Key (optional)": "Task.swipe-keycards", "Name": "Swipe Keycards", "Enabled": true, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 7, "ShortName": [ "keycard_blue", "keycard_green", "keycard_red" ] } ], "OnEntityMounted": [ { "Editor Key (internal, do not edit)": "custom.editor.d23e5e5c777541d590fa9b47bbea0a5d", "Task Name Lang Key (optional)": "Task.sail-kayaks", "Name": "Sail Kayaks", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 900, "ShortName": [ "kayakseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9f9eb3fb19a44698acf2954f8be8808a", "Task Name Lang Key (optional)": "Task.ride-horses", "Name": "Ride Horses", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1200, "ShortName": [ "horse" ] }, { "Editor Key (internal, do not edit)": "custom.editor.189b5d0e6d564286b4078119c14ad91a", "Task Name Lang Key (optional)": "Task.use-ziplines", "Name": "Use Ziplines", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 600, "ShortName": [ "ziplinemountable" ] }, { "Editor Key (internal, do not edit)": "custom.editor.be05b5dabad34999b0489f72d82d793e", "Task Name Lang Key (optional)": "Task.ride-pedal-bikes", "Name": "Ride Pedal Bikes", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1400, "ShortName": [ "bikedriverseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.a45ab4c42b3546dd9c8b26f589ef5b77", "Task Name Lang Key (optional)": "Task.travel-by-jungle-vines", "Name": "Travel by Jungle Vines", "Enabled": true, "MaxComplete": 12, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 600, "ShortName": [ "vineswingmountable" ] }, { "Editor Key (internal, do not edit)": "custom.editor.33bdd61edccb4313a625c976a54ab0bd", "Task Name Lang Key (optional)": "Task.drive-modular-cars", "Name": "Drive Modular Cars", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3000, "ShortName": [ "modularcardriverseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.f529e1f3e1144d5e803356f57c9095c5", "Task Name Lang Key (optional)": "Task.fly-minicopters", "Name": "Fly Minicopters", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2800, "ShortName": [ "miniheliseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.27acfd649b654ed78a836829b6952521", "Task Name Lang Key (optional)": "Task.sail-small-boats", "Name": "Sail Small Boats", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2600, "ShortName": [ "smallboatdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.deda7168437f494b97072b74b267d1de", "Task Name Lang Key (optional)": "Task.sail-rhibs", "Name": "Sail RHIBs", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2600, "ShortName": [ "rhibdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2a0c76d7bd8d4ac3aa2a3e9cb6ee39ac", "Task Name Lang Key (optional)": "Task.drive-trains", "Name": "Drive Trains", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3200, "ShortName": [ "locomotivedriver", "workcartdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.4bb945a41eeb4c6c983d9d78394d4ac4", "Task Name Lang Key (optional)": "Task.ride-motor-bikes", "Name": "Ride Motor Bikes", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3200, "ShortName": [ "motorbikedriverseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.23e7fadb26104af1a5983496ade5e0fb", "Task Name Lang Key (optional)": "Task.use-parachutes", "Name": "Use Parachutes", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 1200, "ShortName": [ "parachuteseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2ef584c0390d44c79067ad97f43ef4fd", "Task Name Lang Key (optional)": "Task.use-dpvs", "Name": "Use DPVs", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2800, "ShortName": [ "dpv.deployed" ] }, { "Editor Key (internal, do not edit)": "custom.editor.58172cf9eb734362828ddf2dddfaa7dc", "Task Name Lang Key (optional)": "Task.ride-snowmobiles", "Name": "Ride Snowmobiles", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 3000, "ShortName": [ "snowmobiledriverseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.78a9ebce3ecf4de489ffe8c0085115fe", "Task Name Lang Key (optional)": "Task.travel-by-jungle-vines", "Name": "Travel by Jungle Vines", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 1600, "ShortName": [ "vineswingmountable" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9fafa8d788744df29ec7f5a0b2d2f2c3", "Task Name Lang Key (optional)": "Task.fly-scrap-transport-helis", "Name": "Fly Scrap Transport Helis", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4500, "ShortName": [ "transporthelipilot" ] }, { "Editor Key (internal, do not edit)": "custom.editor.2a6e4de43dd84694b73d42b4799abe04", "Task Name Lang Key (optional)": "Task.fly-attack-helicopters", "Name": "Fly Attack Helicopters", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 5000, "ShortName": [ "attackhelidriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.6f9ac65f87d44316924fd65bfafd9442", "Task Name Lang Key (optional)": "Task.drive-submarines", "Name": "Drive Submarines", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2800, "ShortName": [ "submarineduodriverseat", "submarinesolodriverstanding" ] }, { "Editor Key (internal, do not edit)": "custom.editor.aa71621dc0fb431bab394a169fca124b", "Task Name Lang Key (optional)": "Task.sail-tugboats", "Name": "Sail Tugboats", "Enabled": false, "MaxComplete": 5, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 3200, "ShortName": [ "tugboatdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.0bd774d99cf34bf79f96d63b958e5c08", "Task Name Lang Key (optional)": "Task.sail-pt-boats", "Name": "Sail PT Boats", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 3200, "ShortName": [ "ptboatdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.9852c80c99534532aedb0aff0debf72e", "Task Name Lang Key (optional)": "Task.use-parachutes", "Name": "Use Parachutes", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2500, "ShortName": [ "parachuteseat" ] }, { "Editor Key (internal, do not edit)": "custom.editor.564c3f4f17544031aa1a6d59fb709aa2", "Task Name Lang Key (optional)": "Task.operate-watercraft", "Name": "Operate Watercraft", "Enabled": true, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 8000, "ShortName": [ "dpv.deployed", "kayakseat", "ptboatdriver", "rhibdriver", "smallboatdriver", "submarineduodriverseat", "submarinesolodriverstanding", "tugboatdriver" ] }, { "Editor Key (internal, do not edit)": "custom.editor.dfa3377b83de436ba0e54105153d5195", "Task Name Lang Key (optional)": "Task.operate-watercraft", "Name": "Operate Watercraft", "Enabled": true, "MaxComplete": 0, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 14500, "ShortName": [ "dpv.deployed", "kayakseat", "ptboatdriver", "rhibdriver", "smallboatdriver", "submarineduodriverseat", "submarinesolodriverstanding", "tugboatdriver" ] } ], "OnEntityBuilt": [ { "Editor Key (internal, do not edit)": "custom.editor.31fee25e73774900919a782155b36f6c", "Task Name Lang Key (optional)": "Task.place-sleeping-bags", "Name": "Place Sleeping Bags", "Enabled": false, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1, "ShortName": [ "sleepingbag_leather_deployed" ] }, { "Editor Key (internal, do not edit)": "custom.editor.6ed95ed8174d4c3bb8dbb99f397e8b20", "Task Name Lang Key (optional)": "Task.place-landmines", "Name": "Place Landmines", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 4, "ShortName": [ "landmine" ] }, { "Editor Key (internal, do not edit)": "custom.editor.3bf66548f02e4ecabceedf1a8d0d9779", "Task Name Lang Key (optional)": "Task.place-bear-traps", "Name": "Place Bear Traps", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 2, "ShortName": [ "trap.bear" ] } ], "OnBuyVendingItem": [ { "Editor Key (internal, do not edit)": "custom.editor.15a8f0263f024c2bbcae85356eda4885", "Task Name Lang Key (optional)": "Task.buy-from-player-vending-machine", "Name": "Buy from Player Vending Machine", "Enabled": false, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 1, "ShortName": [] }, { "Editor Key (internal, do not edit)": "custom.editor.2eafca2378e34babbf97e1ee7cda66d1", "Task Name Lang Key (optional)": "Task.buy-2-player-vending-items", "Name": "Buy 2 Player Vending Items", "Enabled": false, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 2, "ShortName": [] } ], "OnShopCompleteTrade": [ { "Editor Key (internal, do not edit)": "custom.editor.7dbdfe2da5cb4f51ab210e66803ed315", "Task Name Lang Key (optional)": "Task.trade-at-shop-front", "Name": "Trade at Shop Front", "Enabled": false, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 1, "ShortName": [] }, { "Editor Key (internal, do not edit)": "custom.editor.f761c2dcfdf442b799812655fa3a249d", "Task Name Lang Key (optional)": "Task.complete-2-shop-front-trades", "Name": "Complete 2 Shop Front Trades", "Enabled": false, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 2, "ShortName": [] } ], "OnMonumentStay": [ { "Editor Key (internal, do not edit)": "custom.editor.7e8b77229a774dc78aa077724a9986e1", "Task Name Lang Key (optional)": "Task.visit-dome", "Name": "Visit Dome", "Enabled": false, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 30, "ShortName": [ "dome" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ff5a5688e5d6460ca28e4dc7ed9e176c", "Task Name Lang Key (optional)": "Task.visit-harbor", "Name": "Visit Harbor", "Enabled": false, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 45, "ShortName": [ "harbor" ] }, { "Editor Key (internal, do not edit)": "custom.editor.8ceccdaf38824c82924def14dcf0efdf", "Task Name Lang Key (optional)": "Task.visit-missile-silo", "Name": "Visit Missile Silo", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 60, "ShortName": [ "missile_silo" ] } ], "OnItemTurnIn": [ { "Editor Key (internal, do not edit)": "custom.editor.e965847070394663ac06c47945c49f67", "Task Name Lang Key (optional)": "Task.turn-in-scrap", "Name": "Turn In Scrap", "Enabled": false, "MaxComplete": 10, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 150, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.346578d956164505bd646650f4bb6d0c", "Task Name Lang Key (optional)": "Task.turn-in-medical-supplies", "Name": "Turn In Medical Supplies", "Enabled": false, "MaxComplete": 8, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 12, "ShortName": [ "syringe.medical" ] }, { "Editor Key (internal, do not edit)": "custom.editor.ef7caee32b694481a58bb44feb98bf65", "Task Name Lang Key (optional)": "Task.turn-in-tech-parts", "Name": "Turn In Tech Parts", "Enabled": false, "MaxComplete": 4, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 6, "ShortName": [ "techparts" ] } ], "OnBigWheelWin": [ { "Editor Key (internal, do not edit)": "custom.editor.bad6a73da0c0411089342bef214170c6", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 25, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bfb755e25c6740e0bca4c749261f5674", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 8, "RoamDuration": 714, "RewardPool": "Tier1", "RequiredAmount": 50, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.bf31bf1fccc64616a90ac4a10b548a56", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 100, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.d8ea1a2ba8a7460eb59acace4830b54a", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 6, "RoamDuration": 1374, "RewardPool": "Tier2", "RequiredAmount": 150, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.7dcbdd39d1c040378c8239f76157bdc9", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 5, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 200, "ShortName": [ "scrap" ] }, { "Editor Key (internal, do not edit)": "custom.editor.286c61b7fa684d9f8171bd56125f14a5", "Task Name Lang Key (optional)": "Task.win-gambling-wheel", "Name": "Win Gambling Wheel", "Enabled": true, "MaxComplete": 5, "RoamDuration": 2034, "RewardPool": "Tier3", "RequiredAmount": 250, "ShortName": [ "scrap" ] } ] }, "Internal Upgrade State (do not edit)": { "Config Schema Version": 2, "Last Config Backup Plugin Version": "1.2.1" } }- #roamtasks
- #roam
- (and 12 more)
-
The Heart Of The City
Heart of the City is a full urban map built to immerse players with a richer city environment.
Instead of treating the city structures as monument scenery, HOTC lets players use it. Across the map, many natural rock formations have been replaced with city-based build locations, giving players places to build inside, around, under, and on top of urban structures while still keeping monument areas controlled and playable.
This map is best for server owners who want more than another procedural-feeling wipe. HOTC gives your players a dense city identity, unique landmarks, event spaces, race areas, custom monuments, vertical exploration, and hundreds of unusual build opportunities.
A true city-wide Rust map, not just one city monument. Hundreds of city-based build locations where players can build inside, around, and on top of urban structures. 11 custom monument types, including West Coast Casino, KPC Island, Bradley Arena, Art Gallery and more! Urban transportation, including bridges, skytrains, urban streets and highways, and sewer tunnels. Event-ready spaces for racing, art, events, admin activities, and community gatherings. PVE/PVP flexibility, with casual T1 areas, card puzzles, vertical exploration, and high-value locations. Optional plugin support for Better NPC and Bank Heist.
HOTC is the map that hosted Cupid's Starlight Festival, a Rust charity event. It was rebuilt from that experience, and now lets other server owners run an urban wipe with event-ready locations, buildable city spaces, custom monuments, all the while supporting a valiant cause.
Version 2.0 was rebuilt after our CUPID’s Starlight Festival, a Rust charity event supporting Starlight Children’s Foundation. The event brought players, artists, builders, racers, performers, and donors together inside the Heart of the City world, raising over $6,500 for Starlight. HOTC 2.0 carries that work forward: 50% of all future HOTC purchases will be forwarded to Starlight Children’s Foundation. Their mission is to create smiles and memories for seriously ill children and their families through hospital-to-home programs.
HOTC’s custom monuments are designed to make the city feel playable at every scale. Some locations are small, familiar loot stops. Others are major server landmarks built for progression, combat, puzzles, events, or player gathering.
A large, map central casino monument with a multi-stage progression path. Players will need fuses, blue and red cards, and explosives to push through security and break into the casino vault.
This is intended as one of the map’s signature high-value objectives: recognizable, dangerous, and easy for players to understand as a major destination.
A custom race and event island built by @Wizla for the CUPID’s Starlight Festival charity event. KPC Island was designed for vehicle-focused gameplay, server-hosted races, stunt jumps, and hidden underground exploration through Karuza Labs.
Server owners can use this area as a race hub, event arena, vehicle vendor area, or special weekend destination. Custom vehicles and race systems are not included with the map, but the space is built to support those kinds of events.
A tall jump puzzle tower spanning multiple buildings with a hackable crate at the top. Lootable parachutes are placed at each milestone of the Mega Skyscraper for quick exit options.
A massive arena guarded by a circling Bradley and soldiers.
A vertical monument designed to have players search individual apartment units through the building.
A small and easy monument similar to oxum's gas station, built with dining area, bathrooms, office, and kitchen.
Consists of 1 Supermarket and 3 additional similar storefronts with various T1/2 loot.
An old abandoned bus depot, buses explorable with T1 loot. Green card left abandoned on the payphones at the main building.
An outdoor gym along the eastern beach strip. T1 loot and greencard found here.
A safe-zone art space built for community servers, events, painting sessions, and player-made memories. The gallery includes indoor and outdoor canvas areas, side buildings, and gathering space for events.
During CUPID’s Starlight Festival, player art and donation-driven painting became part of the event’s identity. This monument gives other servers a place to create that same kind of community moment.
A Safe Zone for players to hang out, and ride bikes/other various custom vehicles. Has functional vending machines for resources, components and food.
Various styles of bridges spanning over city drainage, canyons, and even bridging the three main islands together. Bridges are a crucial route of transportation for players, so I have taken measures to make them non-buildable.
Several Skytrain Stations around the map serve as spawn points for train wagons and blueprint fragments. Train stations connect all train rails above ground across the map.
A large, now dried and dusty park. No longer green, the area is being milled and mined by the giant excavator until all ore is depleted.
Long flat strips of concrete draining into the ocean water from the urban landscapes. Buildable areas with lots of space for large bases. Also contains long tunnels capable of transporting vehicles.
A long strip of roads, docks and walkways along the eastern beachside. Many various build spots along the strip and docks.
Spilled oil has ruined the vegitation and land around here. Bandit Camp, fresh water, and plenty of interesting build space.
A long highway strip through the desert. Open ground, anvil rocks, and a sulfur quarry in a trench.
Filled with skyscrapers and various buildings. A highly dense area with lots of vantage points. A path of destruction from some form of meteor appears to have taken out many of the buildings in the area. This part of the downtown area is filled with uneven ground and plenty of nodes. An HQM quarry has been set up in the area for even more allure to the goods.
A sub-level basement inside sat dish, a data center with old abandoned recordings. Lost loot and a red card lie beyond the blue keyreader. SAM sites protect Satellite Dish atop the northwestern mountain. Highly compatible with Sat Dish Event by @KpucTaJl
Various new city-like water sources like pools, fountains, and old ponds.
Hundreds of city-based build sites exist across the map. Players can build on most buildings outside of monument areas. Basements, collapsed skyscrapers, building roofs, open skyscraper floors are all fair game around the map.
Dozens of jumps for bikes and cars exist around the map, see where they will take you!
A lonely heart shaped island far off in the north east of the map. This island is barren and designed for events and other admin activities.
Help Improve HOTC:
If you run Heart of the City on your server, please consider leaving an honest review after you have tested it or used it in a wipe.
The most helpful reviews mention:
Your server type, PVE/PVP/Mixed Approximate population How setup/install went Which monuments or areas players noticed most Whether players used the unique map mechanics Performance notes What you would like improved in a future update Positive, mixed, and critical feedback are all useful! I would rather have real server-owner feedback so we can improve the map and help other owners know whether HOTC fits their server.