Jump to content

Ballistic Armor Slots 1.1.0

   (1 review)

3 Screenshots

  • 613
  • 106
  • 4.37 kB
  • Update details
    v1.1.0
    Released
    Download size4.37 kB
    Total versions2
    Time between versions 7 days
    Typical update pace About every 7 days
    Freshness Updated today

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

RustyCartel

Posted

Would it be possible to add an option to choose whether armor spawns with 1, 2, or 3 slots at random?

  • Like 1
erikgryshchuk

Posted

On 6/10/2026 at 4:02 AM, RustyCartel said:

Would it be possible to add an option to choose whether armor spawns with 1, 2, or 3 slots at random?

yes, I'll implement it on the weekend

0g.Ghost.7373

Posted

On 6/9/2026 at 10:02 PM, RustyCartel said:

Would it be possible to add an option to choose whether armor spawns with 1, 2, or 3 slots at random?

So the default Rust action?

erikgryshchuk

Posted

what did you mean . Chance of a slot dropping ?

Not exactly — vanilla Rust only assigns slots when armor is crafted (and only if the player has a crafting quality modifier). Armor that spawns in loot crates always has 0 slots by default.This plugin adds configurable slot chances specifically for looted armor, which vanilla doesn't do at all.
 

public class ItemModContainerArmorSlot : ItemModContainer
    public int MinSlots;
    public int MaxSlots = 3;
    public bool CraftedItemsOnly = true;
    private static float[] RollChances = new float[] { 0.25f, 0.1f, 0.05f };

With default MinSlots=0, MaxSlots=3, no crafting quality modifier:

SlotsChance

0 75% (50% early exit + 25% loop miss)

1 Slot    15% Chance

2 Slots  5% Chance

3 Slots  5% Chance

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
162.8k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.