You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objects/obj_creation/Create_0.gml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -662,25 +662,25 @@ var all_advantages = [
662
662
{
663
663
name : "Enemy: Eldar",
664
664
description : "Eldar are particularly hated by your chapter. When fighting Eldar damage is increased.",
665
-
value : 10,
665
+
value : 20,
666
666
meta : ["Main Enemy"],
667
667
},
668
668
{
669
669
name : "Enemy: Fallen",
670
670
description : "Chaos Marines are particularly hated by your chapter. When fighting the traitors damage is increased.",
671
-
value : 15,
671
+
value : 20,
672
672
meta : ["Main Enemy"],
673
673
},
674
674
{
675
675
name : "Enemy: Necrons",
676
676
description : "Necrons are particularly hated by your chapter. When fighting Necrons damage is increased.",
677
-
value : 15,
677
+
value : 20,
678
678
meta : ["Main Enemy"],
679
679
},
680
680
{
681
681
name : "Enemy: Orks",
682
682
description : "Orks are particularly hated by your chapter. When fighting Orks damage is increased.",
683
-
value : 35,
683
+
value : 20,
684
684
meta : ["Main Enemy"]
685
685
},
686
686
{
@@ -717,19 +717,19 @@ var all_advantages = [
717
717
name : "Psyker Abundance",
718
718
description : "The Psyker mutation runs rampant in your chapter. Librarians train in 60% the normal time and receive bonus experience.",
719
719
value : 30,
720
-
meta : ["Psyker Views","Specialists"],
720
+
meta : ["Psyker Views","Librarians"],
721
721
},
722
722
{
723
723
name : "Reverent Guardians",
724
724
description : "Your chapter places great faith in the Imperial Cult; you start with more Chaplains and any Ecclesiarchy disposition increases are enhanced.",
725
-
value : 10,
726
-
meta : ["Faith","Imperium Trust","Specialists"],
725
+
value : 25,
726
+
meta : ["Faith","Imperium Trust"],
727
727
},
728
728
{
729
729
name : "Tech-Brothers",
730
730
description : "Your chapter has better ties to the mechanicus; you have more techmarines and higher mechanicus disposition.",
731
731
value : 25,
732
-
meta : ["Mechanicus Faith","Specialists"],
732
+
meta : ["Mechanicus Faith"],
733
733
},
734
734
{
735
735
name : "Tech-Scavengers",
@@ -763,7 +763,7 @@ var all_advantages = [
763
763
name : "Medicae Primacy",
764
764
description : "Your chapter reveres its Apothecarion above all of it's specialist; You start with more Apothecaries.",
765
765
value : 25,
766
-
meta : ["Specialists"]
766
+
meta : ["Apothecaries"]
767
767
},
768
768
{
769
769
name : "Ryzan Patronage",
@@ -844,7 +844,7 @@ var all_disadvantages = [
844
844
{
845
845
name : "Tech-Heresy",
846
846
description : "Your chapter does things that makes the Mechanicus upset. Mechanicus disposition is lowered and you have less Tech Marines. You start as a tech heretic tolerant chapter",
0 commit comments