@@ -127,7 +127,7 @@ class CardFactory_CoreSet_Faction5
127
127
128
128
if (identifier == Cards .Faction5 .AltGeneral )
129
129
card = new Unit (gameSession)
130
- card .setIsUnlockableBasic (true )
130
+ # # card.setIsUnlockableBasic(true)
131
131
card .setIsGeneral (true )
132
132
card .factionId = Factions .Faction5
133
133
card .name = i18next .t (" cards.faction_5_unit_starhorn_name" )
@@ -171,8 +171,8 @@ class CardFactory_CoreSet_Faction5
171
171
if (identifier == Cards .Faction5 .ThirdGeneral )
172
172
card = new Unit (gameSession)
173
173
card .setIsGeneral (true )
174
- card .setIsUnlockableWithAchievement (true )
175
- card .setIsUnlockedWithAchievementId (WartechGeneralFaction5Achievement .id )
174
+ # card.setIsUnlockableWithAchievement(true)
175
+ # card.setIsUnlockedWithAchievementId(WartechGeneralFaction5Achievement.id)
176
176
card .factionId = Factions .Faction5
177
177
card .name = i18next .t (" cards.faction_5_unit_ragnora_name" )
178
178
card .setDescription (i18next .t (" cards.faction_5_unit_ragnora_desc" ))
@@ -471,7 +471,7 @@ class CardFactory_CoreSet_Faction5
471
471
if (identifier == Cards .Faction5 .PrimordialGazer )
472
472
card = new Unit (gameSession)
473
473
card .factionId = Factions .Faction5
474
- card .setIsUnlockableBasic (true )
474
+ # # card.setIsUnlockableBasic(true)
475
475
card .name = i18next .t (" cards.faction_5_unit_primordial_gazer_name" )
476
476
card .setDescription (i18next .t (" cards.faction_5_unit_primordial_gazer_desc" ))
477
477
card .setFXResource ([" FX.Cards.Faction5.PrimordialGazer" ])
@@ -865,7 +865,7 @@ class CardFactory_CoreSet_Faction5
865
865
if (identifier == Cards .Spell .DampeningWave )
866
866
card = new SpellApplyModifiers (gameSession)
867
867
card .factionId = Factions .Faction5
868
- card .setIsUnlockableBasic (true )
868
+ # card.setIsUnlockableBasic(true)
869
869
card .id = Cards .Spell .DampeningWave
870
870
card .name = i18next .t (" cards.faction_5_spell_dampening_wave_name" )
871
871
card .setDescription (i18next .t (" cards.faction_5_spell_dampening_wave_description" ))
@@ -950,7 +950,7 @@ class CardFactory_CoreSet_Faction5
950
950
if (identifier == Cards .Spell .DanceOfDreams )
951
951
card = new SpellApplyPlayerModifiers (gameSession)
952
952
card .factionId = Factions .Faction5
953
- card .setIsUnlockableBasic (true )
953
+ # card.setIsUnlockableBasic(true)
954
954
card .id = Cards .Spell .DanceOfDreams
955
955
card .name = i18next .t (" cards.faction_5_spell_dance_of_dreams_name" )
956
956
card .setDescription (i18next .t (" cards.faction_5_spell_dance_of_dreams_description" ))
@@ -1082,7 +1082,7 @@ class CardFactory_CoreSet_Faction5
1082
1082
if (identifier == Cards .Spell .PlasmaStorm )
1083
1083
card = new SpellLavastorm (gameSession)
1084
1084
card .factionId = Factions .Faction5
1085
- card .setIsUnlockableBasic (true )
1085
+ # card.setIsUnlockableBasic(true)
1086
1086
card .id = Cards .Spell .PlasmaStorm
1087
1087
card .name = i18next .t (" cards.faction_5_spell_plasma_storm_name" )
1088
1088
card .setDescription (i18next .t (" cards.faction_5_spell_plasma_storm_description" ))
0 commit comments