|
|
@@ -972,13 +972,13 @@ let macro = |
|
|
"pissEnabled": true, |
|
|
"pissEnabled": true, |
|
|
"pissScale": 1, |
|
|
"pissScale": 1, |
|
|
"baseUrethraDiameter": 0.03, |
|
|
"baseUrethraDiameter": 0.03, |
|
|
"urethraStretch": 5, |
|
|
|
|
|
|
|
|
"urethraStretchiness": 5, |
|
|
|
|
|
|
|
|
get urethraDiameter() { |
|
|
get urethraDiameter() { |
|
|
return this.scaling(this.baseUrethraDiameter, this.scale, 1); |
|
|
return this.scaling(this.baseUrethraDiameter, this.scale, 1); |
|
|
}, |
|
|
}, |
|
|
get urethraStretchDiameter() { |
|
|
get urethraStretchDiameter() { |
|
|
return this.urethraDiameter * this.urethraStretch; |
|
|
|
|
|
|
|
|
return this.urethraDiameter * this.urethraStretchiness; |
|
|
}, |
|
|
}, |
|
|
get urethraStretchArea() { |
|
|
get urethraStretchArea() { |
|
|
return (this.urethraStretchDiameter * this.urethraStretchDiameter / 4) * Math.PI; |
|
|
return (this.urethraStretchDiameter * this.urethraStretchDiameter / 4) * Math.PI; |
|
|
|