Tabletop Simulator

Tabletop Simulator

評價次數不足
5e Scripted Encumbrance Bags & Assorted RPG items
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
65.355 KB
2021 年 6 月 24 日 下午 8:48
2021 年 6 月 28 日 下午 7:46
6 項更新註記 (檢視)

訂閱以下載
5e Scripted Encumbrance Bags & Assorted RPG items

描述
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 則留言
Vissago 2023 年 7 月 4 日 上午 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  [作者] 2022 年 1 月 3 日 下午 8: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 2022 年 1 月 3 日 下午 12:51 
Can this bag be used as a regular bag outside of DnD or it only works for 5e DnD?
freshpepperino  [作者] 2021 年 6 月 28 日 下午 7: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.
Малік 2021 年 6 月 27 日 上午 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"?