Skip to content

Commit 3d6d363

Browse files
committed
Update Create_0.gml
1 parent 7dcd57b commit 3d6d363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

objects/obj_creation/Create_0.gml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -702,12 +702,12 @@ var all_advantages = [
702702
{
703703
name : "Ambushers",
704704
description : "Your chapter is especially trained with ambushing foes; they have a bonus to attack during the start of a battle.",
705-
value : 20,
705+
value : 30,
706706
},
707707
{
708708
name : "Boarders",
709709
description : "Boarding other ships is the specialty of your chapter. Your chapter is more lethal when boarding ships, have dedicated boarding squads, and two extra strike cruisers.",
710-
value : 30,
710+
value : 20,
711711
},
712712
{
713713
name : "Bolter Drilling",
@@ -776,7 +776,7 @@ var all_advantages = [
776776
{
777777
name : "Lightning Warriors",
778778
description : "Your chapter's style of warfare is built around the speedy execution of battle. Infantry have boosted attack at the cost of defense as well as two additional Land speeders and Biker squads.",
779-
value : 40,
779+
value : 20,
780780
meta : ["Doctrine"],
781781
},
782782
{
@@ -794,7 +794,7 @@ var all_advantages = [
794794
{
795795
name : "Reverent Guardians",
796796
description : "Your chapter places great faith in the Imperial Cult; you start with more Chaplains and any Ecclesiarchy disposition increases are enhanced.",
797-
value : 30,
797+
value : 20,
798798
meta : ["Faith","Imperium Trust"],
799799
},
800800
{
@@ -840,7 +840,7 @@ var all_advantages = [
840840
{
841841
name : "Ryzan Patronage",
842842
description : "Your chapter has strong ties to the Forgeworld of Ryza as a result your Techmarines are privy to the secrets of their Techpriests enhancing your Plasma and Las weaponry.",
843-
value : 20,
843+
value : 30,
844844
meta : ["Weapon Specialty"]
845845
},
846846
]

0 commit comments

Comments
 (0)