diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index 1ae287ef8a23daf6d7f958e496e215181a4684b8..1ecb67cbc45024442ca941de9cabeda6de4d6c8e 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -112,19 +112,19 @@ in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> p <<set _roll = random(1,100)>> -<<if $sharePrice*_totalShares < $corpValue*0.25>> /* market cap is less than 25% of value of assets */ +<<if $sharePrice*_totalShares < $corpValue*0.5>> /* market value is less than 50% of value of assets */ Investors scramble to buy into your booming corporation, causing share prices to skyrocket. Your financial genius is @@.green;widely praised@@. <<set $sharePrice = Math.ceil($sharePrice*(110 + _roll/5))/100, $rep += 150 + Math.ceil(_roll * 3.5)>> /* 10-30% rise, +150-500 rep */ -<<elseif $sharePrice*_totalShares < $corpValue*0.5>> /* market cap is less than 50% of value of assets */ +<<elseif $sharePrice*_totalShares < $corpValue*0.75>> /* market value is less than 75% of value of assets */ The market consensus is that your corporation is undervalued, driving share prices sharply up. <<set $sharePrice = Math.ceil($sharePrice*random(105,108))/100>> /* 5-8% rise */ -<<elseif $sharePrice*_totalShares > $corpValue*1.5>> /* market cap is more than 1.5 times value of assets */ +<<elseif $sharePrice*_totalShares > $corpValue*1.5>> /* market value is more than 1.5 times value of assets */ Investors panic as the bubble around your corporation bursts. Share prices are in free fall, and many @@.red;blame you personally@@ for their losses. <<set $sharePrice = Math.ceil($sharePrice* (90 - _roll/3))/100, $rep -= 300 + Math.ceil(5 * _roll)>> /* 10-43% drop, -300-800 rep */ <<elseif random(1,100) < $rep/1000>> /* up to 20% chance */ Share prices in your corporation are driven up by your reputation. <<set $sharePrice = Math.ceil($sharePrice*either(101,103))/100>> /* 1-3% rise */ -<<elseif $sharePrice*_totalShares > $corpValue>> /* market cap is more than value of assets */ +<<elseif $sharePrice*_totalShares > $corpValue>> /* market value is more than value of assets */ The market consensus is that your corporation is overvalued, driving share prices sharply down. <<set $sharePrice = Math.ceil($sharePrice*random(92,95))/100>> /* 5-8% drop */ <<elseif _roll < 20>> /* 20% chance */ diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index e7bc37a315d36c76d11a2fcdaad9bb2f16e7198a..1c4e48afe8a74d24bea26d9a5792484fdbf6ed91 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -28,7 +28,7 @@ <br> <<if $corpIncorporated == 0>> <span id="incorporate"> - You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// + You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// </span> <<else>> <<include "Corporation Developments">> @@ -104,7 +104,7 @@ <div class="content"> <<if $corpIncorporated == 0>> <span id="incorporate"> -You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// +You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>// </span> <<else>> <<include "Corporation Developments">>