Ruins stat gifts modified by game speed

This commit is contained in:
yairm210
2025-01-08 11:10:53 +02:00
parent 413ace3985
commit 50979e8a0e
4 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
{
"name": "discover cultural artifacts",
"notification": "We have discovered cultural artifacts in the ruins! (+20 culture)",
"uniques": ["Gain [20] [Culture]"],
"uniques": ["Gain [20] [Culture] <(modified by game speed)>"],
"color": "#cf8ff7"
},
{
@ -31,7 +31,7 @@
{
"name": "a stash of gold",
"notification": "", // trigger notification only
"uniques": ["Gain [50]-[100] [Gold]"],
"uniques": ["Gain [50]-[100] [Gold] <(modified by game speed)>"],
"color": "#ffeb7f"
},
{

View File

@ -2,7 +2,7 @@
{
"name": "discover cultural artifacts",
"notification": "We have discovered cultural artifacts in the ruins! (+20 culture)",
"uniques": ["Gain [20] [Culture]"],
"uniques": ["Gain [20] [Culture] <(modified by game speed)>"],
"color": "#cf8ff7"
},
{
@ -31,7 +31,7 @@
{
"name": "a stash of gold",
"notification": "", // trigger notification only
"uniques": ["Gain [50]-[100] [Gold]"],
"uniques": ["Gain [50]-[100] [Gold] <(modified by game speed)>"],
"color": "#ffeb7f"
},
{