#Try to set a custom encumbrance system (

1 messages ยท Page 1 of 1 (latest)

naive pelican
#

@lone yacht let's move to a thread while they're discussing automation

#

reposting:
I don't use the module, but since it makes changes to CONFIG.DND5E I went poking around there. Encumbrance thresholds are multipliers to your Strength score. I don't think numbers this small will work anyways

lone yacht
#

this is with the stength of 12, so it does change in nicley to the 1.8 multipler. but i want to get it closer to 1.2-1.1 (as in 12 strangth = 13 items to carry)

#

but the module just refuses xD

naive pelican
#

Sounds like you're going for a slots system. I'm guessing you're changing the weights on items to reflect it? Nice workaround

lone yacht
#

yes, each item is 1kg (so like 1 item slot), bigger ones will be 2-3 kg which will reflect the bulk they take

naive pelican
#

I don't see any reason why you shouldn't be able to do this. There isn't anything the system is doing so I'm not sure why the module isn't letting you set the values like that

#

I'll poke around the module's source code to see if I can find out why it's doing that

lone yacht
#

i can run a game like that as well and just tell me players their max bulk... but if i can find a way to make is visual that would be better

naive pelican
#

In the module's settings, what button did you click on to get to that screen, where you can set encumbrance thresholds? Might help me narrow down where in the code to look

lone yacht
#

then its under "threshold"

naive pelican
#

That validation message you're getting looks like an standard browser input message rather than something custom from Foundry. But looking at the HTML, I'm not seeing the attributes to do that. ๐Ÿค”

lone yacht
#

odd, i am using "molten hosting" to host my game in, its not on my machine

naive pelican
#

How the game is hosted shouldn't matter. I was just explaining the technical details of where that error message you see should come from, and the fact I couldn't find it.

#

I'm striking out. I think you're better off filing an issue on the module's GitHub page to get this sorted out

lone yacht
#

verywell, ye that why i wanted to see if anyone knows their discord for easier chat

#

but thx for the help m8 ๐Ÿ™‚

naive pelican
#

I don't know the dev's Discord name and it's not listed in their module.json file

lone yacht
#

can i bother you for one more thing?

#

know anyway, without a module preferably, to be able to drag an item from the item sidescreen to a sheet and it being duped and not add to the qty?

naive pelican
#

What item type are you seeing this with?

lone yacht
#

ammo

#

im trying to use them as clips

#

and they just add to the qty rather then give a player a new clip

naive pelican
#

There isn't a way, that I know of. Dragging ammunition and consumables always adds to existing quantity. In your case, I'd right-click on the item on the sheet to duplicate it