Topic: [WEIGHT:##] inconsistent behaviour  (Read 3920 times)


Brygun

« on: December 26, 2018, 05:14:42 AM »
I've been banging my head for a few days on this as mentioned in my mod building thread

There is a set of wooden containers that scale in function. Recipes very similar but for some reason only some get the desired [WEIGHT:#] while others get something else.

I've even tried cutting and pasting the working one then changing the numbers to the desired for the bigger object.

Recipes are below.

Cask works
Keg and Barrel are not getting the [WEIGHT:#] command.

Barrel for instance keeps being produced at [WEIGHT:4]  not [WEIGHT:80]

>>>>>>>>>>>>>>>>>>

// Caulked Tub
// Size of existing wooden tub
//
// In researching sizes and weights good info was
// found for barrel with the smaller ones set from that
// Approx 0.5 volume (capacity) is 0.35 surface area (weight)
// By the square/cube law
//
// Mortise and tenon joints packed with caulking for
// effecient and reliable construction
//
// Barrel research
//
// Research on volume and mass
// https://en.wikipedia.org/wiki/Barrel
// https://www.thebarrelmill.com/barrels
// 32 gallons at 8.32 lbs per gal is 267 pounds
// 30 gal barrel weight 78 with sqr/cube law
// as 32 gal barrel weighs ~80 lbs
// Total 347lbs most characters can't lift
// Push on ground of a full tube is possible
// Assumed to have a lid
// Price estimates based on wooden bowl best wiki figures as
// weight 1.5 capacity 6.5 price 2 arrows at 8 each = 16 price
// for price 2 to 3 per capacity at bowl size
// likely diminishing price return as you get bigger
//
// Names end in *tub so as to be useable in recipes converted to
// accept them as a possibility. Caulked wooden tub has full
// "wooden tub" in name for recipe matches
//
// Table of weight/capacity/total of caulked builds and prices
// wooden tub   2/10/12 p25 (usually no lid)
// cask 10/66/77 p66
// keg 28/133/161 p133
// barrel 80/267/346 p178


.Caulked wooden tub. "Wooden tub" [effort:2] [phys:arms,hands] *CARPENTRY* /105/ /30/ %15%
{Board} (2) [remove]
{*cord} (1) [remove] '+as banding'
{Caulking} #1# [remove] '+caulk seams'
{* pot} (1) [ground] '+to hold hot caulking'
{Fire}      '+to soften caulking'
{Firewood} (1) [remove] [ground] '+to sustain fire'
{Axe} <Carving axe> '+for main shaping'
{Knife} <Small knife> '+for fine whittling'
[WEIGHT:2]
[CONT_CAPACITY:10]
[PRICE:25]

.Caulked cask tub. "Wooden tub" [effort:2] [phys:arms,hands] *CARPENTRY* /150/ /30/ %15% |1|
{Board} (4) [remove] [ground]
{*cord} (2) [remove] '+as banding'
{Caulking} #2# [remove] '+caulk seams'
{* pot} (1) [ground] '+to hold hot caulking'
{Fire}      '+to soften caulking'
{Firewood} (2) [remove] [ground] '+to sustain fire'
{Axe} <Carving axe> '+for main shaping'
{Knife} <Small knife> '+for fine whittling'
[WEIGHT:10]
[CONT_CAPACITY:66]
[PRICE:66]

.Caulked keg tub. "Wooden tub" [effort:2] [phys:arms,hands] *CARPENTRY* /180/ /30/ %15% |1|
{Board} (6) [remove] [ground]
{*cord} (3) [remove] '+as banding'
{Caulking} #3# [remove] '+caulk seams'
{* pot} (1) [ground] '+to hold hot caulking'
{Fire}      '+to soften caulking'
{Firewood} (3) [remove] [ground] '+to sustain fire'
{Axe} <Carving axe> '+for main shaping'
{Knife} <Small knife> '+for fine whittling'
[WEIGHT:28]
[CONT_CAPACITY:133]
[PRICE:133]

.Caulked barrel tub. "Wooden tub" [effort:2] [phys:arms,hands] *CARPENTRY* /210/ /30/ %15% |1|
{Board} (8) [remove] [ground]
{*cord} (4) [remove] '+as banding'
{Caulking} #4# [remove] '+caulk seams'
{* pot} (1) [ground] '+to hold hot caulking'
{Fire}      '+to soften caulking'
{Firewood} (4) [remove] [ground] '+to sustain fire'
{Axe} <Carving axe> '+for main shaping'
{Knife} <Small knife> '+for fine whittling'
[WEIGHT:80]
[CONT_CAPACITY:267]
[PRICE:178]

Brygun

« Reply #1 on: January 07, 2019, 06:59:48 PM »
FYI

I never found a cause nor solution for the wrong weights on this.


 

anything