diff options
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1869,6 +1869,7 @@ const data: StaticData = { tracks: [ { id: LIBERTY, + action: 'tr0', name: 'Liberty', triggers: [ create_effect('bonus', MORALE_BONUS, OFF), @@ -1886,6 +1887,7 @@ const data: StaticData = { }, { id: COLLECTIVIZATION, + action: 'tr1', name: 'Collectivization', triggers: [ create_effect('bonus', MORALE_BONUS, OFF), @@ -1903,6 +1905,7 @@ const data: StaticData = { }, { id: GOVERNMENT, + action: 'tr2', name: 'Government', triggers: [ null, @@ -1920,6 +1923,7 @@ const data: StaticData = { }, { id: SOVIET_SUPPORT, + action: 'tr3', name: 'Soviet Support', triggers: [ create_effect('bonus', MORALE_BONUS, OFF), @@ -1937,6 +1941,7 @@ const data: StaticData = { }, { id: FOREIGN_AID, + action: 'tr4', name: 'Foreign Aid', triggers: [ create_effect('bonus', MORALE_BONUS, OFF), |