Skip to content

Commit

Permalink
Merge pull request #560 from TheSilverHornet/miscfix
Browse files Browse the repository at this point in the history
Removed modoption 'noise' in lobby
  • Loading branch information
FIr3baL authored Jan 23, 2024
2 parents e276883 + 1542964 commit f62e547
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions LuaMenu/configs/gameConfig/byar/ModOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,15 @@ local options={
section = 'options_experimental',
def = false,
},

{
key = 'lategame_rebalance',
name = 'Lategame Rebalance',
desc = 'T2 defenses and anti-air is weaker, giving more time for late T2 strategies to be effective. Early T3 unit prices increased. Increased price of calamity/ragnarock by 20% so late T3 has more time to be effective.',
type = 'bool',
section = 'options_experimental',
def = false,
},

{
key = 'air_rework',
Expand Down Expand Up @@ -1082,6 +1091,16 @@ local options={
{key="allred", name="All red", desc="You cannot distinguish different players, they all have the same color (red by default, can be changed in accessibility settings). Diplomacy is very hard."},
},
},


{
key = 'teamffa_start_boxes_shuffle',
name = 'Shuffle TeamFFA start boxes',
desc = "In TeamFFA games (more than 2 teams, excluding Raptors / Scavengers), start boxes will be randomly assigned to each team: team 1 might be assigned any start box rather than team 1 always being assigned start box 1.",
type = 'bool',
section = 'options_extra',
def = true,
},

{
key = 'teamffa_start_boxes_shuffle',
Expand Down

0 comments on commit f62e547

Please sign in to comment.