Add event handling improvements; implement timeout for event choices and new event definitions
This commit is contained in:
24
Mods/Events/doomsday.json
Normal file
24
Mods/Events/doomsday.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "event_dooms_day",
|
||||
"title": "DOOMS DAY!",
|
||||
"description": "A catastrophic event is unfolding, threatening to annihilate everything in its path",
|
||||
"meanTimeToHappen": 2000,
|
||||
"trigger": {
|
||||
"minFollowers": 500,
|
||||
"maxCorruption": 99
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"text": "NOT TODAY...",
|
||||
"tooltip": "Increase Corruption by 200. (Instant game over)",
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "Corruption",
|
||||
"op": "Add",
|
||||
"value": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user