JeffG's Wishlist
-
XFastButtons ( Custom Buttons )
XFastButtons - custom buttons for your server.
- Optimization of the interface for different monitor resolutions.
- Storing player data in - oxide/data/XDataSystem/XFastButtons
- There is a lang ru/en/uk/es.
- Sound effects when interacting with the menu.
- Various settings for buttons. [ Font, Text, Command, Image, Color, Size, Coordinates, Parent Layer ]
- A handy list of buttons under the slots.
- Easy and fast selection of coordinates. [ AnchorMin, AnchorMax, OffsetMin, OffsetMax ]
- Customize the list of server images. [ For server logo, etc. ].
- Customize the image list. [ For button creation by the player. ].
- Customize the list of button colors. [ For button creation by the player. ].
- The player can hide server/my buttons using the settings menu.
- The player can create his own buttons and place them on the screen as he wishes.
- Ability to limit the number of buttons created by a player.
- Ability to create buttons with commands (chat and console) that have multiple arguments. [ /kit vip, /home 1, /sethome 1 - etc. ]
- Ability to edit already created buttons.
- Ability to delete created buttons.
- Ability to undo changes. [ Convenient preview while editing/creating a button. ].
- Ability to create any number of server(admin) buttons by permissions.
- Ability to hide/show buttons when the player interacts with containers or mounted prefabs(chair, transport, etc.) [ Configure in config. ].
- A button can execute multiple commands in sequence. Use the "|" separator.
[ chat.say /kit|chat.say /report ]
- Placeholders for commands:
%ID% --> Player SteamID.
%POS% --> Player coordinates.
- By default, the plugin has a few customized buttons, a list of images, and a list of colors.
Permissions
xfastbuttons.settings - access to basic settings. xfastbuttons.use - access to create/edit/delete buttons. [ Regular players cannot create/edit/delete server(admin) buttons in any way! ] Config
{ "General setting": { "Maximum number of buttons a player can create": 6, "Maximum number of individual buttons a player can create": 5, "List of containers - buttons will react to open/close container. [ Leave the list empty to extend this to all containers. Or set null to disable this feature. ]": null, "List of mountable prefabs (chair, transport, etc) - buttons will react to interaction with the prefab. [ Leave the list empty to apply this to all prefabs. Or set null to disable this feature. ]": [ ......... ], "List of server buttons - [ You can only configure parameters - Text, Command, Color, Font ]": [ ......... ], "List of server buttons by permissions - [ You can only configure parameters - Text, Command, Color, Font ]": { ......... }, "List of individual server buttons - [ You can configure all parameters ]": [ ......... ], "List of individual server buttons by permissions - [ You can configure all parameters ]": { ......... } }, "GUI setting": { "Color_background_1": "0.517 0.521 0.509 1", "Color_background_2": "0.217 0.221 0.209 1", "Close button (icon) color": "1 1 1 0.75", "Server image list - [ These images are not available to players ]": { ......... }, "Image list - [ These images are available for players to select ]": { ......... }, "List of button colors": [ ......... ] } } -
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. 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.
6 upgrade levels by default, fully configurable (add more or fewer) 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. Default upgrade levels:
Level Cost (Scrap) Tick Rate Level 1 100 50s Level 2 250 40s Level 3 500 30s Level 4 1,000 20s Level 5 2,000 15s Level 6 (MAX) 5,000 10s 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)": 60.0, "Speed Tiers": { "vip": { "Tick Rate (seconds)": 40.0, "Priority": 1, "Display Name": "VIP" }, "premium": { "Tick Rate (seconds)": 30.0, "Priority": 2, "Display Name": "Premium" }, "elite": { "Tick Rate (seconds)": 20.0, "Priority": 3, "Display Name": "Elite" }, "admin": { "Tick Rate (seconds)": 10.0, "Priority": 999, "Display Name": "Admin" } } }, "Upgrade System Settings": { "Enable Upgrade System": true, "Currency Type (0=Scrap, 1=Economics, 2=ServerRewards)": 0, "Keep Attributes When Removing": true, "Owner Only Can Upgrade": false, "Only Teammates Can Upgrade": true, "Upgrade Effect": "assets/bundled/prefabs/fx/build/promote_stone.prefab", "Tick Rate Upgrades": [ { "Cost": 100, "Tick Rate (seconds)": 50.0, "Display Name": "Level 1" }, { "Cost": 250, "Tick Rate (seconds)": 40.0, "Display Name": "Level 2" }, { "Cost": 500, "Tick Rate (seconds)": 30.0, "Display Name": "Level 3" }, { "Cost": 1000, "Tick Rate (seconds)": 20.0, "Display Name": "Level 4" }, { "Cost": 2000, "Tick Rate (seconds)": 15.0, "Display Name": "Level 5" }, { "Cost": 5000, "Tick Rate (seconds)": 10.0, "Display Name": "Level 6 (MAX)" } ] } } 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 6 levels Array of upgrade levels with cost, tick rate, and display name. 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 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)