Skip to content

Commit

Permalink
Buff armor from wall upgrades
Browse files Browse the repository at this point in the history
Supercrete, Plascrete, and Plasteel roughly fit into T2, T3, and T4 so this makes a bit of sense.
  • Loading branch information
KJeff01 committed Dec 12, 2023
1 parent cc69e49 commit 695a6af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/mp/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 45
},
{
"class": "Building",
Expand Down Expand Up @@ -1954,7 +1954,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 45
},
{
"class": "Building",
Expand Down Expand Up @@ -1983,7 +1983,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 45
},
{
"class": "Building",
Expand Down Expand Up @@ -2014,7 +2014,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 55
},
{
"class": "Building",
Expand Down Expand Up @@ -2042,7 +2042,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 55
},
{
"class": "Building",
Expand Down Expand Up @@ -2071,7 +2071,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 55
},
{
"class": "Building",
Expand Down Expand Up @@ -2100,7 +2100,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 65
},
{
"class": "Building",
Expand Down Expand Up @@ -2129,7 +2129,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 65
},
{
"class": "Building",
Expand Down Expand Up @@ -2158,7 +2158,7 @@
"filterParameter": "Type",
"filterValue": "Wall",
"parameter": "Armour",
"value": 35
"value": 65
},
{
"class": "Building",
Expand Down

0 comments on commit 695a6af

Please sign in to comment.