-
Posts
4,659 -
Joined
-
Last visited
-
Days Won
58
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
Yeah I made a mistake with the version number when I pushed the update. It is 1.0.8, it just shows as 1.0.7. /* 1.0.8 * Fixed an issue with permissions being checked each time a group received a new permission. */ namespace Oxide.Plugins { [Info("Hardy Planters", "imthenewguy", "1.0.7")] [Description("Planterboxes that require no light or water to grow")] class HardyPlanters : RustPlugin
-
- 87 comments
-
- #vip
- #monetization
-
(and 2 more)
Tagged with:
-
- 93 comments
-
- #recycler
- #monetization
- (and 5 more)
-
-
- 52 comments
-
- #competition
- #event
- (and 6 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
Crates allow for specific chances to be set (different chances for different crates). The rarity is also chance based, but not adjustable for each drop source. All drop sources have the same chance of rolling the rarities. For example, getting an S tier would be the same chance from a crate, as it would be from an NPC, but the rate at which you get items can be different. "Loot crate info": { "Should we use the default item loot table for the below containers?": true, "Containers and their chance for an enhanced item to spawn": { "crate_normal_2": 1.0, "crate_normal": 3.0, "crate_elite": 15.0, "crate_underwater_basic": 6.0, "crate_underwater_advanced": 12.0, "heli_crate": 10.0, "bradley_crate": 10.0, "codelockedhackablecrate": 10.0, "codelockedhackablecrate_oilrig": 10.0, "crate_tools": 1.5 }, "Barrels and their chance for an enhanced item to spawn": { "loot-barrel-1": 1.0, "loot_barrel_1": 1.0, "loot-barrel-2": 2.0, "loot_barrel_2": 2.0 }, "Roll chances for armor slots for looted epic items": [ 0.3, 0.2, 0.1, 0.05 ] }, Tierinfo is attached to each enhancement type, (such as Miners, Lumberjacks, Skinners etc). "tierInfo": { "s": { "chance_weight": 10, "min_value": 0.15, "max_value": 0.25, "required_crafting_perm": null }, "a": { "chance_weight": 20, "min_value": 0.1, "max_value": 0.17, "required_crafting_perm": null }, "b": { "chance_weight": 50, "min_value": 0.05, "max_value": 0.12, "required_crafting_perm": null }, "c": { "chance_weight": 100, "min_value": 0.03, "max_value": 0.08, "required_crafting_perm": null } },
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 12 comments
-
- #collecting
- #item
-
(and 7 more)
Tagged with:
