diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index bbb0189c74878e9fc4ef0e4ff8ab3b1b8435c84c..5a6221beb47e8533171ae0e11075754ac3e08b8d 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,9 @@ 01/21/2019 + 1 + -fixed an error with cloning + 0 -overhauled budget tracking -embedded vector art now handled in JS diff --git a/src/SecExp/seeUnit.tw b/src/SecExp/seeUnit.tw index 0a5d17ef3a303c01635bbf11e0c9bcc5db6677eb..dce90b6036d1a1faf99638cbba077c5792ddc98f 100644 --- a/src/SecExp/seeUnit.tw +++ b/src/SecExp/seeUnit.tw @@ -28,7 +28,7 @@ <br> <<link "Refine the drone network with $SF.Lower assistance" "seeUnit">> <<set $secBots.maxTroops += 10>> - <<run cashX(forceNeg(5000 + 10 * $secBotsUpgradeCost * $secBots.equip), "securityExpansion")>> + <<run cashX(forceNeg(5000 + 10 * $secBotsUpgradeCost * $secBots.equip)), "securityExpansion")>> <</link>> Utilize the technological developments made by $SF.Lower to further improve the control matrix of the security drones. <br>//Costs <<print cashFormat(5000 + 10 * $secBotsUpgradeCost * $secBots.equip)>> and will increase the max by 10// @@ -41,7 +41,7 @@ <br> <<link "Improve drone weaponry and armor" "seeUnit">> <<set $secBots.equip += 1>> - <<run cashX(forceNeg((($secBotsUpgradeCost * $secBots.maxTroops) + 1000)), "securityExpansion")>> + <<run cashX(forceNeg(($secBotsUpgradeCost * $secBots.maxTroops) + 1000), "securityExpansion")>> <</link>> Invest in better equipment for your drones to increase their battle effectiveness. <br>//Costs <<print cashFormat(($secBotsUpgradeCost * $secBots.maxTroops) + 1000)>> and will increase attack and defense value of the unit by 15% for every upgrade.// @@ -247,7 +247,7 @@ <br> <<link "Improve weaponry and equipment">> <<set $slaveUnits[$targetIndex].equip += 1>> - <<run cashX(forceNeg($equipUpgradeCost * $slaveUnits[$targetIndex].maxTroops) + 1000), "securityExpansion")>> + <<run cashX(forceNeg($equipUpgradeCost * $slaveUnits[$targetIndex].maxTroops + 1000), "securityExpansion")>> <<goto "seeUnit">> <</link>> Invest in better equipment for your soldiers to increase their battle effectiveness. @@ -453,7 +453,7 @@ <br> <<link "Attach Special Force advisors" "seeUnit">> <<set $mercUnits[$targetIndex].SF = 1>> - <<run cashX(forceNeg($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000), "securityExpansion")>> + <<run cashX(forceNeg(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000), "securityExpansion")>> <</link>> Attach $SF.Lower advisors to the unit. <br>//Costs <<print cashFormat(($equipUpgradeCost * $mercUnits[$targetIndex].maxTroops) + 5000)>> and will slightly increase the base stats of the unit.// diff --git a/src/uncategorized/pPeacekeepersDeficit.tw b/src/uncategorized/pPeacekeepersDeficit.tw index 18819bd22859d4e237ca0bfd9f7c513c57c2cc89..f6924ef32c123c9df3d036159454ee20212fe886 100644 --- a/src/uncategorized/pPeacekeepersDeficit.tw +++ b/src/uncategorized/pPeacekeepersDeficit.tw @@ -28,7 +28,8 @@ The singular solution to the two problems is obvious. It's equally obvious that Understanding that the general needs to couch the situation in a way he can justify in public, and perhaps in a way he can justify to himself, you offer to house the prisoners on a contract basis, with immediate payment to the general so he can meet his forces' immediate needs. Naturally, the prisoners will be kept busy while you keep them; menial labor seems appropriate. It's unlikely that the situation will ever stabilize to the point where they can be released, so for safety, they should all be detained indefinitely. And of course, each prisoner's individual detention will be available for resale. Just like any other slave's. <br><br> The general is unable to keep from smiling slightly when he hears that you understand perfectly and are willing and able to assist. There's some bitterness there, but not much. The two of you adjust the terms. The new menial slaves will be delivered immediately, several hundred of them; the general prefers to have this be a one-time transfer. After all, having an ongoing prisoner pipeline between his prisoner pens and the Free City might draw unwanted political attention. For now, he has the funds he needs, not to mention an empty prison camp. - <<set $peacekeepers.attitude += 5, cashX(-100000, "peacekeepers") $menials += 200>> + <<set $peacekeepers.attitude += 5, $menials += 200>> + <<run cashX(-100000, "peacekeepers")>> <</replace>> <</link>> //This will cost <<print cashFormat(100000)>> and provide a number of menial slaves// <<else>>