Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BarbarianAI to use legion, and other legion changes #3926

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gamedata/armordefs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ local armorDefs = {
"legfhp",
"legch",
"legeyes",
"legjav",
},
mines = {
"armfmine3",
Expand Down
4 changes: 4 additions & 0 deletions gamedata/icontypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ local icontypes = {
bitmap = "icons/armmar_t3.png",
size = 2
},
legjav = {
bitmap = "icons/legjav.png",
size = 2.1
},
armmark = {
bitmap = "icons/bot_t2_radar.png",
size = 1.34399986
Expand Down
Binary file added icons/legjav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions language/en/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@
"legnanotcbase": "Base Builder",
"legrampart": "Rampart",
"legabm": "Aegis",
"legrwall": "Dragon's Constitution"
"legrwall": "Dragon's Constitution",
"legjav": "Javelin"
},
"descriptions": {
"armaak": "Advanced Amphibious Anti-Air Bot",
Expand Down Expand Up @@ -1719,7 +1720,8 @@
"legnanotcbase": "Assist & Repair in massive radius",
"legrampart": "Geothermal Antinuke, Jammer, Radar and Drone Platform",
"legabm": "Anti-Nuke System",
"legrwall": "Railgun Defense Wall"
"legrwall": "Railgun Defense Wall",
"legjav": "Amphibious Raider"
}
}
}
Loading