Tabletop Simulator

Tabletop Simulator

Onvoldoende beoordelingen
5e Scripted Encumbrance Bags & Assorted RPG items
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
65.355 KB
24 jun 2021 om 20:48
28 jun 2021 om 19:46
6 wijzigingsnotities (weergeven)

Abonneren om te downloaden
5e Scripted Encumbrance Bags & Assorted RPG items

Omschrijving
These bags use Homebrew Homunculus's encumbrance system and aim to make inventory management simpler for the DM and players in 5e D&D. Thrown in are some common items found in 5e inventories and other goodies. Most models are from World of Warcraft with some light modifications.

The item list includes the following with assigned size classes for reference to assign future items and for general usage in your inventories:
Chainmail
Rations
Tinderbox
Spell foci
Waterskin
Bedroll (rolled up & out)
Herbalism Kit
Painter's kit
Cartographer's kit
Clothes
Torches (w/particles & light)
Rope
Messkit
Crowbar
And a few more things!

**IF YOU WANT TO USE THIS IN THE GM NOTES FIELD INSTEAD OF THE DESCRIPTION FIELD**
1. Right click bag > Scripting > Script editor
2. Switch all instances in the script of "enter_object.getDescription()" with "enter_object.getGMNotes()", and "leave_object.getDescription()" with "leave_object.getGMNotes()" and that will make it read the size classes from the GM notes.
5 opmerkingen
Vissago 4 jul 2023 om 7:50 
This is a fantastic script!!!! I did notice a minor issue when you remove an item that's x 3 and there isn't anything else in the bag it gives a totally off number (-1.11022302462516E-16/62) but it fixes itself when you put another item in again so no biggie. Great job!!!
freshpepperino  [auteur] 3 jan 2022 om 20:07 
@Calvary Crusader This encumbrance system was made with 5e directly in mind, but I don't see why it can't be used for other systems! You might do some different things to calculate a user's slots for a wildly different system, but in the end if you can find a good way to convert it, the slot idea will ultimately end up working the same way.
Calvary Crusader 3 jan 2022 om 12:51 
Can this bag be used as a regular bag outside of DnD or it only works for 5e DnD?
freshpepperino  [auteur] 28 jun 2021 om 19:21 
@Zafari I totally understand. I use descriptions so I didn't think much about this. What you can do in the script editor to configure it like this is super simple, though! All you gotta do is switch all instances of "enter_object.getDescription()" with "enter_object.getGMNotes()", and "leave_object.getDescription()" with "leave_object.getGMNotes()" and that will switch from reading the description to the GM notes.
Малік 27 jun 2021 om 3:06 
This is a cool system but. But very often I need to use "description" for custom items and other things. Is it possible to transfer from "description" to "gm - description"?