From 3318a11ebbcea397da1d02414acdd93f1b78d8e2 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 16 Aug 2018 23:46:19 -0400 Subject: [PATCH] colors --- src/uncategorized/corporationDevelopments.tw | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index fa6cee2dd01..9b8510bce7b 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -573,7 +573,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="generalAssetsDisp"><<print cashFormat($generalAssetPrice*$generalAssets)>> (<<print commaNum(Math.ceil($generalAssets/500))>> unit<<if Math.ceil($generalAssets/500) != 1>>s<</if>>)</span> in general assets. + <span id="generalAssetsDisp">@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>> (<<print commaNum(Math.ceil($generalAssets/500))>>@@ unit<<if Math.ceil($generalAssets/500) != 1>>s<</if>>)</span> in general assets. Prices are <<if $generalAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($generalAssetPrice*500)>>ea@@. @@ -683,7 +683,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="slaveAssetsDisp"><<print cashFormat(Math.ceil($slaveAssetPrice*$slaveAssets))>> (<<print commaNum(Math.ceil($slaveAssets/500))>> unit<<if Math.ceil($slaveAssets/500) != 1>>s<</if>>)</span> in slaves. + <span id="slaveAssetsDisp">@@.yellowgreen;<<print cashFormat(Math.ceil($slaveAssetPrice*$slaveAssets))>>@@ (<<print commaNum(Math.ceil($slaveAssets/500))>> unit<<if Math.ceil($slaveAssets/500) != 1>>s<</if>>)</span> in slaves. Prices are <<if $slaveAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($slaveAssetPrice*500)>>ea@@ @@ -815,7 +815,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="entrapmentAssetsDisp"><<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>> (<<print commaNum(Math.floor($entrapmentAssets/500))>> unit<<if Math.floor($entrapmentAssets/500) != 1>>s<</if>>)</span> in legal enslavement assets. + <span id="entrapmentAssetsDisp">@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@ (<<print commaNum(Math.floor($entrapmentAssets/500))>> unit<<if Math.floor($entrapmentAssets/500) != 1>>s<</if>>)</span> in legal enslavement assets. Prices are <<if $entrapmentAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*500)>>ea@@ @@ -947,7 +947,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="captureAssetsDisp"><<print cashFormat($captureAssetPrice*$captureAssets)>> (<<print commaNum(Math.floor($captureAssets/500))>> unit<<if Math.floor($captureAssets/500) != 1>>s<</if>>)</span> in conflict zone enslavement assets. + <span id="captureAssetsDisp">@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@ (<<print commaNum(Math.floor($captureAssets/500))>> unit<<if Math.floor($captureAssets/500) != 1>>s<</if>>)</span> in conflict zone enslavement assets. Prices are <<if $captureAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($captureAssetPrice*500)>>ea@@ @@ -1079,7 +1079,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="trainingAssetsDisp"><<print cashFormat($trainingAssetPrice*$trainingAssets)>> (<<print commaNum(Math.floor($trainingAssets/500))>> unit<<if Math.floor($trainingAssets/500) != 1>>s<</if>>)</span> of slave training assets. + <span id="trainingAssetsDisp">@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@ (<<print commaNum(Math.floor($trainingAssets/500))>> unit<<if Math.floor($trainingAssets/500) != 1>>s<</if>>)</span> of slave training assets. Prices are <<if $trainingAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($trainingAssetPrice*500)>>ea@@ @@ -1211,7 +1211,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="surgicalAssetsDisp"><<print cashFormat($surgicalAssetPrice*$surgicalAssets)>> (<<print commaNum(Math.floor($surgicalAssets/500))>> unit<<if Math.floor($surgicalAssets/500) != 1>>s<</if>>)</span> in surgical assets. + <span id="surgicalAssetsDisp">@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@ (<<print commaNum(Math.floor($surgicalAssets/500))>> unit<<if Math.floor($surgicalAssets/500) != 1>>s<</if>>)</span> in surgical assets. Prices are <<if $surgicalAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($surgicalAssetPrice*500)>>ea@@ @@ -1343,7 +1343,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <</link>> <<else>> - <span id="drugAssetsDisp"><<print cashFormat($drugAssetPrice*$drugAssets)>> (<<print commaNum(Math.floor($drugAssets/500))>> unit<<if Math.floor($drugAssets/500) != 1>>s<</if>>)</span> in pharmaceutical assets. + <span id="drugAssetsDisp">@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@ (<<print commaNum(Math.floor($drugAssets/500))>> unit<<if Math.floor($drugAssets/500) != 1>>s<</if>>)</span> in pharmaceutical assets. Prices are <<if $drugAssetPrice > 10>> @@.yellowgreen;<<print cashFormat($drugAssetPrice*500)>>ea@@ -- GitLab