-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.txt
executable file
·715 lines (702 loc) · 31.1 KB
/
code.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
import Decks;
PoliticalCurrent Anarquist
{
}
Card FriederichHayek
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Austrian-British economist, legal theorist and philosopher who is best known for his defense of classical liberalism. Hayek shared the 1974 Nobel Memorial Prize in Economic Sciences with Gunnar Myrdal for their work on money and economic fluctuations, and the interdependence of economic, social and institutional phenomena.";
Health = 4226;
Attack = 4232;
political_current = "Capitalist";
PathToPhoto = "Hayek";
EffectText = "Si la vida de Hayek es mayor de 3600, entonces robas una carta";
Effect = [if(FriederichHayek.Health >= 3000)
{
DrawCards(1);
}
]
}
Card DonaldTrump
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American politician, media personality, and businessman. Former Republican President of the Unated States. Far Right";
Health = 5000;
Attack = 4000;
political_current = "Capitalist";
PathToPhoto = "trump";
EffectText = "Si su vida es mayor que 3000, aumenta el ataque de una carta en 1500";
Effect = [
if(DonaldTrump.Health>=3000)
{
IncreaseAttack(1500);
}
]
}
Card FrenchRevolution
{
CardType = "Politic";
Rareness = "Legendary";
Lore = "French Revolution";
Attack = 0;
Health = 0;
political_current = "Capitalist";
PathToPhoto = "";
EffectText = "Aumenta el ataque de la carta con menor vida en 1000";
Effect = [
IncreaseAttack(1000, minHealth);
]
}
Card AdamSmith
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Scottish economist and philosopher who was a pioneer in the thinking of political economy and key figure during the Scottish Enlightenment. Seen by some as The Father of Economics or The Father of Capitalism, he wrote two classic works, The Theory of Moral Sentiments (1759) and An Inquiry into the Nature and Causes of the Wealth of Nations (1776).";
Health = 2391;
Attack = 3937;
political_current = "Capitalist";
PathToPhoto = "adam-smith";
EffectText = "";
}
Card AntonioEscohotado
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Spanish philosopher, jurist, essayistand university professor. His life's work primarily focused on law, philosophy and sociology, yet extended to many other disciplines.";
Health = 2342;
Attack = 4341;
political_current = "Capitalist";
PathToPhoto = "antonio escohotado";
EffectText = "";
}
Card DavidRicardo
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "British political economist. He was one of the most influential of the classical economists. Ricardo was also a politician, and a member of the Parliament of Great Britain and Ireland.";
Health = 1972;
Attack = 1483;
political_current = "Capitalist";
PathToPhoto = "david ricardo";
EffectText = "";
}
Card ElonMusk
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Business Magnate and Investor. He is the founder, CEO and chief engineer of SpaceX; angel investor, CEO and product architect of Tesla, Inc.; owner and CEO of Twitter, Inc.; founder of The Boring Company; co-founder of Neuralink and OpenAI; and president of the philanthropic Musk Foundation.";
Health = 3000;
Attack = 3000;
political_current = "Capitalist";
PathToPhoto = "elon musk";
EffectText = "Si su ataque es menor que 3300, entonces destruye una carta";
Effect = [
if(ElonMusk.Attack<=3300)
{
DestroyCard();
}
]
}
Card GeorgeSoros
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Hungarian-American businessman and philanthropist. Soros formulated the General Theory of Reflexivity for capital markets, which he says renders a clear picture of asset bubbles and fundamental/market value of securities, as well as value discrepancies used for shorting and swapping stocks.";
Health = 3472;
Attack = 4280;
political_current = "Capitalist";
PathToPhoto = "George Soros";
EffectText = "";
}
Card JairBolsonaro
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Brazilian politician and retired military officer. Former President of Brazil. Neoliberal and Fundamentalist. He was elected in 2018 as a member of the Social Liberal Party, which he turned into a conservative party, before cutting ties with it. In 2021, he joined the Liberal Party.";
Health = 4654;
Attack = 4565;
political_current = "Capitalist";
PathToPhoto = "bolsonaro";
EffectText = "";
}
Card JavierMilei
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Argentine politician, businessman and economist currently serving as a federal deputy of Buenos Aires. Milei is supportive of the Austrian School of economic thought and considers himself to be a short-term minarchist, although philosophically an anarcho-capitalist.";
Health = 3459;
Attack = 3269 ;
political_current = "Capitalist";
PathToPhoto = "javier milei";
EffectText = "";
}
Card JosephMcCarthy
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American politician who served as a Republican U.S. Senator from the state of Wisconsin. Beginning in 1950, McCarthy became the most visible public face of a period in the United States in which Cold War tensions fueled fears of widespread co He is known for alleging that numerous communists and Soviet spies and sympathizers had infiltrated the United States federal government, universities, film industry, and elsewhere. The term McCarthyism, coined in 1950 in reference to McCarthy's practices, was soon applied to similar anti-communist activities.";
Health = 4000;
Attack = 6000 ;
political_current = "Capitalist";
PathToPhoto = "Joseph_McCarthy";
EffectText = "";
}
Card LudwigvonMises
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Austrian School economist, historian, logician, and sociologist. Mises wrote and lectured extensively on the societal contributions of classical liberalism. He is best known for his work on praxeology studies comparing communism and capitalism. He is considered one of the most influential economic and political thinkers of the 20th century.";
Health = 4235;
Attack = 6372 ;
political_current = "Capitalist";
PathToPhoto = "Ludwig_von_Mises";
EffectText = "";
}
Card LuisLacallePou
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Uruguayan politician and lawyer. Current President of Uruguay. Liberal.";
Health = 3111;
Attack = 3921 ;
political_current = "Capitalist";
PathToPhoto = "lacalle";
EffectText = "";
}
Card MargaretTatcher
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Former Prime Minister of the United Kingdom. The Iron Lady. She implemented economic policies that became known as Thatcherism.";
Health = 5226;
Attack = 6212 ;
political_current = "Capitalist";
PathToPhoto = "margaret tatcher";
EffectText = "";
}
Card MarioVargasLlosa
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Peruvian novelist, journalist, essayist and former politician. Vargas Llosa has been politically active throughout his career. While he initially supported the Cuban revolutionary government of Fidel Castro, he later became disenchanted with its policies and now identifies as a liberal.";
Health = 1276;
Attack = 1276 ;
political_current = "Capitalist";
PathToPhoto = "Vargas Llosa";
EffectText = "";
}
Card MiltonFriedman
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "One of the greatest Liberal thinkers of the last century. American economist and statistician who received the 1976 Nobel Memorial Prize in Economic Sciences for his research on consumption analysis, monetary history and theory and the complexity of stabilization policy. With George Stigler and others, Friedman was among the intellectual leaders of the Chicago school of economics, a neoclassical school of economic thought associated with the work of the faculty at the University of Chicago that rejected Keynesianism in favor of monetarism until the mid-1970s, when it turned to new classical macroeconomics heavily based on the concept of rational expectations.";
Health = 2342;
Attack = 5324 ;
political_current = "Capitalist";
PathToPhoto = "milton-friedman";
EffectText = "";
}
Card RonaldReagan
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American politician, actor, and union leader who served as the 40th president of the United States. Republican.";
Health = 4000;
Attack = 4000;
political_current = "Capitalist";
PathToPhoto = "ronald reagan";
EffectText = "";
}
Card WarrenBuffet
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American business magnate, investor, and philanthropist. He is currently the chairman and CEO of Berkshire Hathaway. He is one of the most successful investors in the world.";
Health = 4826;
Attack = 5462;
political_current = "Capitalist";
PathToPhoto = "warren buffett";
EffectText = "";
}
Card JeanBaptisteSay
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Liberal French economist and businessman who argued in favor of competition, free trade and lifting restraints on business. He is best known for Say's law—also known as the law of markets—which he popularized. Scholars disagree on the surprisingly subtle question of Moreover, he was one of the first economists to study entrepreneurship and conceptualized entrepreneurs as organizers and leaders of the economy.";
Health = 3869;
Attack = 5925;
political_current = "Capitalist";
PathToPhoto = "Jean-Baptiste_Say";
EffectText = "";
}
Card ThomasMalthus
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "English cleric, scholar and influential economist in the fields of political economy and demography. In his 1798 book An Essay on the Principle of Population, Malthus observed that an increase in a nation's food production improved the well-being of the population, but the improvement was temporary because it led to population growth, which in turn restored the original per capita production level.";
Health = 2835;
Attack = 4283;
political_current = "Capitalist";
PathToPhoto = "malthus";
EffectText = "";
}
Card FrédéricBastiat
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "French economist, writer and a prominent member of the French Liberal School. A member of the French National Assembly, Bastiat developed the economic concept of opportunity cost and introduced the parable of the broken window. He was described as the most brilliant economic journalist who ever lived by economic theorist Joseph Schumpeter.As an advocate of classical economics and the economics of Adam Smith, his views favored a free market and influenced the Austrian School.";
Health = 3845;
Attack = 6294;
political_current = "Capitalist";
PathToPhoto = "bastiat";
EffectText = "";
}
Card JohnLocke
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "English philosopher and physician, widely regarded as one of the most influential of Enlightenment thinkers and commonly known as tfather of liberalism. Considered one of the first of the British empiricists, following the tradition of Francis Bacon, Locke is equally important to social contract theory. His work greatly affected the development of epistemology and political philosophy. His writings influenced Voltaire and Jean-Jacques Rousseau, and many Scottish Enlightenment thinkers, as well as the American Revolutionaries. His contributions to classical republicanism and liberal theory are reflected in the United States Declaration of Independence.";
Health = 6230;
Attack = 7205;
political_current = "Capitalist";
PathToPhoto = "locke";
EffectText = "";
}
Card WilliamGrahamSumner
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American clergyman, social scientist, and classical liberal. He taught social sciences at Yale University—where he held the nation's first professorship in sociology—and became one of the most influential teachers at any other major school. Sumner wrote extensively on the social sciences, penning numerous books and essays on ethics, American history, economic history, political theory, sociology, and anthropology. He supported laissez-faire economics, free markets, and the gold standard, in addition to coining the term ethnocentrism to identify the roots of imperialism, which he strongly oforgotten man of the middle class—a term he coined. He had a prolonged influence on American conservatism.";
Health = 6562;
Attack = 7892;
political_current = "Capitalist";
PathToPhoto = "William Graham Sumner";
EffectText = "";
}
Card IsaiahBerlin
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Russian-British social and political theorist, philosopher, and historian of ideas. Berlin's work on liberal theory and on value pluralism, as well as his opposition to Marxism and communism, has had a lasting influence.";
Health = 4722;
Attack = 4129;
political_current = "Capitalist";
PathToPhoto = "berlin";
EffectText = "";
}
Card RaymondAron
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "French philosopher, sociologist, political scientist, historian and journalist, one of France's most prominent thinkers of the 20th century. Aron is best known for his 1955 book The Opium of the Intellectuals, the title of which inverts Karl Marx's claim that religion was the opium of the people; he argues that Marxism was the opium of the intellectuals in post-war France. In the book, Aron chastised French intellectuals for what he described as their harsh criticism of capitalism and democracy and their simultaneous defense of Marxist oppression, atrocities and intolerance.";
Health = 6294;
Attack = 3581;
political_current = "Capitalist";
PathToPhoto = "raymond";
EffectText = "";
}
Card FrancisFukuyama
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American political scientist, political economist, international relations scholar and writer. Fukuyama is known for his book The End of History and the Last Man (1992), which argues that the worldwide spread of liberal democracies and free-market capitalism of the West and its lifestyle may signal the end point of humanity's sociocultural evolution and political struggle and become the final form of human government, an assessment met with criticisms.";
Health = 5294;
Attack = 2845;
political_current = "Capitalist";
PathToPhoto = "fukuyama";
EffectText = "";
}
Card JoséOrtegayGasset
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Spanish philosopher and essayist. He worked during the first half of the 20th century, while Spain oscillated between monarchy, republicanism, and dictatorship. The Revolt of the Masses is Ortega's best known work. In this book he defends the values of meritocratic liberalism reminiscent of John Stuart Mill against attacks from both communists and right-wing populists.";
Health = 6935;
Attack = 5391;
political_current = "Capitalist";
PathToPhoto = "ortegaygasset";
EffectText = "";
}
Card KarlPopper
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Austrian-British philosopher, academic and social commentator. One of the 20th century's most influential philosophers of science, Popper is known for his rejection of the classical inductivist views on the scientific method in favour of empirical falsification. In political discourse, he is known for his vigorous defence of liberal democracy and the principles of social criticism that he believed made a flourishing open society possible. His political philosophy embraced ideas from major democratic political ideologies, including socialism/social democracy, libertarianism/classical liberalism and conservatism, and attempted to reconcile them.";
Health = 5182;
Attack = 6037;
political_current = "Capitalist";
PathToPhoto = "popper";
EffectText = "";
}
Card AgrarianReform
{
CardType = "Politic";
Attack = 0;
Health = 0;
Rareness = "Legendary";
Lore = "Agrarian Reform";
political_current = "Communist";
EffectText = "";
PathToPhoto = "";
}
Card FidelCastroRuz
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Commander in Chief of the Cuban Revolution. Ideologically a Marxist-Leninist, he also served as the first secretary of the Communist Party of Cuba.";
Health = 9000;
Attack = 7000;
political_current = "Communist";
PathToPhoto = "fidel";
EffectText = "Coloca una carta de La historia me absolvera sobre el campo";
Effect =
[
import Decks;
Card LaHistoriaMeAbsolvera
{
CardType = "Politic";
Attack = 0;
Health = 0;
Rareness = "Legendary";
Lore = "The history will absorb me";
political_current = "Communist";
PathToPhoto = "";
EffectText = "Aumenta la vida de una carta en el campo en 1000";
Effect =
[
IncreaseHealth(1000);
]
}
AddCardToBoard(LaHistoriaMeAbsolvera);
]
}
Card FriederichEngels
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "German philosopher, critic of political economy, historian, political theorist and revolutionary socialist. He was also a businessman, journalist and political activist.Engels developed what is now known as Marxism together with Karl Marx. In 1845, he published The Condition of the Working Class in England, based on personal observations and research in English cities. In 1848, Engels co-authored The Communist Manifesto with Marx. Later, Engels supported Marx financially, allowing him to do research and write Das Kapital. After Marx's death, Engels edited the second and third volumes of Das Kapital. In 1884, he published The Origin of the Family, Private Property and the State on the basis of Marx's ethnographic research.";
Health = 7654;
Attack = 5235;
political_current = "Communist";
PathToPhoto = "Engels";
EffectText = "Add a Anti-Dühring to the Deck";
Effect =
[
import Decks;
Card AntiDühring
{
CardType = "Politic";
Attack = 0;
Health = 0;
Rareness = "Legendary";
Lore = "Anti-Dühring is a book by Friedrich Engels, first published in German in 1878";
political_current = "Communist";
PathToPhoto = "";
EffectText = "Destroy a card on the board";
Effect =
[
DestroyCard();
]
}
AddCardToDeck(AntiDühring);
]
}
Card KarlMarx
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "German philosopher, economist, historian, sociologist, political theorist, journalist, critic of political economy, and socialist revolutionary. His best-known titles are the 1848 pamphlet The Communist Manifesto and the four-volume Das Kapital (1867–1883). Marx's political and philosophical thought had enormous influence on subsequent intellectual, economic, and political history. His name has been used as an adjective, a noun, and a school of social theory. Father of Scientist Comunism";
Health = 5567;
Attack = 6430;
political_current = "Communist";
PathToPhoto = "Marx.jpg";\
EffectText = "";
}
Card OctoberSocialistRevolution
{
CardType = "Politic";
Attack = 0;
Health = 0;
Rareness = "Legendary";
Lore = "October Socialist Revolution";
political_current = "Communist";
EffectText = "";
PathToPhoto = "";
}
Card VladimirLenin
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Russian revolutionary, politician, and political theorist. Leader of the Russian Revolution. He served as the first and founding head of government of Soviet Russia from 1917 to 1924 and of the Soviet Union from 1922 to 1924. Under his administration, Russia, and later the Soviet Union, became a one-party socialist state governed by the Communist Party. Ideologically a Marxist, his developments to the ideology are called Leninism.";
Health = 1123;
EffectText = "";
Attack = 6987;
political_current = "Communist";
PathToPhoto = "lenin";
}
Card JulioAntonioMella
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Cuban political activist and one of the founders of the original Communist Party of Cuba.";
Health = 2700;
Attack = 5200;
political_current = "Communist";
PathToPhoto = "mella";
EffectText = "";
}
Card CharlesFourier
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "French philosopher, an influential early socialist thinker and one of the founders of utopian socialism.";
Health = 1834;
Attack = 1704;
EffectText = "";
political_current = "Communist";
PathToPhoto = "Charles Fourier";
}
Card CheGuevara
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Argentine Marxist revolutionary. A major figure of the Cuban Revolution, his stylized visage has become a ubiquitous countercultural symbol of rebellion and global insignia in popular culture. His experiences and studying of Marxism-Leninism led him to posit that the Third World's underdevelopment and dependence was an intrinsic result of imperialism, neocolonialism, and monopoly capitalism, with the only remedies being proletarian internationalism and world revolution.";
Health = 6962;
Attack = 7352;
EffectText = "";
political_current = "Communist";
PathToPhoto = "che.jpg";
}
Card ÉtienneCabet
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "French philosopher and utopian socialist who founded the Icarian movement.";
Health = 2453;
Attack = 2930;
EffectText = "";
political_current = "Communist";
PathToPhoto = "Etienne Cabet";
}
Card EvoMorales
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Leader of the Movement for Socialism party and former president of Bolivia.";
Health = 3456;
EffectText = "";
Attack = 6543;
political_current = "Communist";
PathToPhoto = "Evo-Morales";
}
Card GeorgyZhukov
{
CardType = "Unit";
Rareness = "Legendary";
EffectText = "";
Lore = "Marshal of the Soviet Union. He also served as Chief of the General Staff, Minister of Defence, and was a member of the Presidium of the Communist Party (later Politburo). During World War II, Zhukov oversaw some of the Red Army's most decisive victories.";
Health = 5639;
Attack = 8252;
political_current = "Communist";
PathToPhoto = "Zhukov";
}
Card HoChiMinh
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Vietnamese revolutionary and statesman. Ideologically a Marxist-Leninist, he served as Chairman and First Secretary of the Worker's Party of Vietnam.";
Health = 3882;
Attack = 4926;
EffectText = "";
political_current = "Communist";
PathToPhoto = "Ho Chi Minh";
}
Card HugoChávez
{
CardType = "Unit";
Rareness = "Legendary";
EffectText = "";
Lore = "Leader of the United Socialist Party of Venezuela and former president of this country.";
Health = 3456;
Attack = 5678;
political_current = "Communist";
PathToPhoto = "Hugo Chavez";
}
Card IósifStalin
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Georgian revolutionary and Soviet political leader who led the Soviet Union. Ideologically adhering to the Leninist interpretation of Marxism, he formalised these ideas as Marxism–Leninism, while his own policies are called Stalinism. Led the soviet army to victory in the Great Patriotic War.";
Health = 7993;
EffectText = "";
Attack = 8973;
political_current = "Communist";
PathToPhoto = "Stalin";
}
Card JoséCarlosMariátegui
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Peruvian writer, journalist, politician and Marxist-Leninist philosopher. He was the founder of the Peruvian Socialist Party in 1928 (which, after his death, would be renamed the Peruvian Communist Party), a political force that, according to its founding act, would have Marxism-Leninism as its axial tool, and of the General Confederation of Workers of Peru, in 1929.";
Health = 3825;
Attack = 5580;
EffectText = "";
political_current = "Communist";
PathToPhoto = "mariategui";
}
Card JosipBrozTito
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Yugoslav communist revolutionary and statesman.Heserved as the president of the Socialist Federal Republic of Yugoslavia.";
Health = 3825;
Attack = 5580;
EffectText = "";
political_current = "Communist";
PathToPhoto = "tito";
}
Card LeonTrotsky
{
CardType = "Unit";
EffectText = "";
Rareness = "Legendary";
Lore = "Russian Marxist revolutionary, political theorist and politician. Ideologically a Marxist, his developments to the ideology are called Trotskyism.";
Health = 2579;
Attack = 3986;
political_current = "Communist";
PathToPhoto = "Trotsky";
}
Card MaoZedong
{
CardType = "Unit";
Rareness = "Legendary";
EffectText = "";
Lore = "Chinese communist revolutionary who was the founder of the People's Republic of China (PRC), which he led as the chairman of the Chinese Communist Party from the establishment of the PRC in 1949. Ideologically a Marxist-Leninist, his theories, military strategies, and political policies are collectively known as Maoism.";
Health = 5827;
Attack = 4501;
political_current = "Communist";
PathToPhoto = "mao";
}
Card RobertOwen
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Welsh textile manufacturer, philanthropist and social reformer, and a founder of utopian socialism and the cooperative movement.";
Health = 1796;
EffectText = "";
Attack = 3575;
political_current = "Communist";
PathToPhoto = "Robert Owen";
}
Card RosaLuxemburg
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Polish and naturalised-German revolutionary socialist, Marxist philosopher and anti-war activist. Successively, she was a member of the Proletariat party, the Social Democracy of the Kingdom of Poland and Lithuania (SDKPiL), the Social Democratic Party of Germany (SPD), the Independent Social Democratic Party (USPD), the Spartacus League (Spartakusbund), and the Communist Party of Germany (KPD).";
Health = 4352;
Attack = 5629;
EffectText = "";
political_current = "Communist";
PathToPhoto = "Rosa_Luxemburg";
}
Card RubénMartínezVillena
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Cuban writer and revolutionary leader. After meeting Julio Antonio Mella, founder of the Communist Party of Cuba, he got more involved in the social struggle, against what was seen at the time as neocolonial governments subdued to the United States interests.";
Health = 1426;
EffectText = "";
Attack = 4986;
political_current = "Communist";
PathToPhoto = "villena";
}
Card SlavojZizek
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Slovenian philosopher, cultural theorist and public intellectual.He primarily works on continental philosophy (particularly Hegelianism, psychoanalysis and Marxism) and political theory, as well as film criticism and theology.";
Health = 3453;
EffectText = "";
Attack = 2343;
political_current = "Communist";
PathToPhoto = "slavojzizek";
}
Card ThomasSankara
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Burkinab military officer, Marxist-Leninist revolutionary, and Pan-Africanist, who served as Presid. Viewed by supporters as a charismatic and iconic figure of revolution, he is commonly referred to as Africa's Che Guevara.";
Health = 1347;
EffectText = "";
Attack = 2045;
political_current = "Communist";
PathToPhoto = "Thomas_Sankara";
}
Card AntonioGramsci
{
CardType = "Unit";
EffectText = "";
Rareness = "Legendary";
Lore = "Italian Marxist philosopher, journalist, linguist, writer, and politician. He wrote on philosophy, political theory, sociology, history, and linguistics. He was a founding member and one-time leader of the Italian Communist Party.";
Health = 2846;
Attack = 4200;
political_current = "Communist";
PathToPhoto = "AntonioGramsci";
}
Card ÁlvaroGarcíaLinera
{
CardType = "Unit";
EffectText = "";
Rareness = "Legendary";
Lore = "Bolivian politician, sociologist, marxist theoretician, and former guerilla. A member of the Movement for Socialism, in the early 1990s he was a leader of the Túpac Katari Guerrilla Army.";
Health = 3825;
Attack = 4825;
political_current = "Communist";
PathToPhoto = "linera";
}
Card NoamChomsky
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "American public intellectual: a linguist, philosopher, cognitive scientist, historian, social critic, and political activist. Sometimes calledthe father of modern linguistics, Chomsky is also a major figure in analytic philosophy and one of the founders of the field of cognitive science. Ideologically, he aligns with anarcho-syndicalism and libertarian socialism.";
Health = 6381;
EffectText = "";
Attack = 6307;
political_current = "Communist";
PathToPhoto = "chomsky";
}
Card AtilioBorón
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Argentine Marxist sociologist. He worked as a Professor of Political Science at the Latin American Social Sciences Institute and at the University of Buenos Aires.He has called the United States a terrorist threat to world peace. He has also been critical of Israel's systemic racism. He has voiced his disapproval of the American handling of Julian Assange. Borón has also condemned Barack Obama for ordering the murder of Muammar Gaddafi.In 2009 he received the International José Martí Prize from UNESCO for his contribution to integration of Latin American and Caribbean countries.";
Health = 4277;
EffectText = "";
Attack = 4204;
political_current = "Communist";
PathToPhoto = "atilio";
}
Card FernandoMartínezHeredia
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "Prominent Cuban revolutionary thinker and politician. Martínez was a founding member of the Cuban Communist Party, and as a member of the July 26 Movement, he took part in the Revolution which overthrow the Batista dictatorship. Professor of Philosophy at the University of Havana and director of its Department of Philosophy, from where he directed the magazine Pensamiento Crítico until its disappearance.";
Health = 4277;
EffectText = "";
Attack = 4204;
political_current = "Communist";
PathToPhoto = "martinezheredia";
}
Card JeanLucMélenchon
{
CardType = "Unit";
Rareness = "Legendary";
Lore = "French politician who was a member of the National Assembly for the 4th constituency of Bouches-du-Rhône from 2017 to 2022. He led the La France Insoumise group in the National Assembly from 2017 to 2021. Mélenchon is a socialist republican and historical materialist, inspired primarily by Jean Jaurès (the founder of French republican socialism).";
Health = 1348;
Attack = 1946;
EffectText = "";
political_current = "Communist";
PathToPhoto = "melechon";
}