marketui/market_events.json

12 lines
593 B
JSON

{
"events": [
{ "name": "Boom in market", "probability": 0.1, "effect": "double" },
{ "name": "Market crash", "probability": 0.05, "effect": "halve" },
{ "name": "Minor market increase", "probability": 0.2, "effect": "increase" },
{ "name": "Minor market decrease", "probability": 0.2, "effect": "decrease" },
{ "name": "Technological Breakthrough", "probability": 0.05, "effect": "tech_boost" },
{ "name": "Resource Scarcity", "probability": 0.07, "effect": "resource_scarcity" },
{ "name": "Global Recession", "probability": 0.05, "effect": "recession" }
]
}