|
|
|
@@ -1725,7 +1725,7 @@ function makeEntity(info, views, sizes, forms = {}) { |
|
|
|
name: "Swallow Size", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.multiply(size, math.pow(math.divide(math.unit(6, "feet"), view.attributes.height.base), 3)) |
|
|
|
base: math.multiply(size, math.pow(math.divide(view.attributes.height.base, math.unit(6, "feet")), 3)) |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
|