Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
ea706b5e
Commit
ea706b5e
authored
6 years ago
by
kopareigns
Browse files
Options
Downloads
Patches
Plain Diff
Logic tweak
parent
4c6cda86
No related branches found
No related tags found
2 merge requests
!2047
RA rework
,
!1979
Corporation developments testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/corporationDevelopments.tw
+3
-3
3 additions, 3 deletions
src/uncategorized/corporationDevelopments.tw
with
3 additions
and
3 deletions
src/uncategorized/corporationDevelopments.tw
+
3
−
3
View file @
ea706b5e
...
@@ -118,12 +118,12 @@ in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> p
...
@@ -118,12 +118,12 @@ in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> p
<<elseif $sharePrice*_totalShares < $corpValue*0.5>> /* market cap is less than 50% of value of assets */
<<elseif $sharePrice*_totalShares < $corpValue*0.5>> /* market cap is less than 50% of value of assets */
The market consensus is that your corporation is undervalued, driving share prices sharply up.
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 */
<<set $sharePrice = Math.ceil($sharePrice*random(105,108))/100>> /* 5-8% rise */
<<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*1.5>> /* market cap is more than 1.5 times value of assets */
<<elseif $sharePrice*_totalShares > $corpValue*1.5>> /* market cap 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.
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 */
<<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 cap is more than value of assets */
The market consensus is that your corporation is overvalued, driving share prices sharply down.
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 */
<<set $sharePrice = Math.ceil($sharePrice*random(92,95))/100>> /* 5-8% drop */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment