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

Add game's first anniversary items (B-22 Model Citizen, Eye of Freedom) #80

Closed
wants to merge 2 commits into from
Closed
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
32 changes: 31 additions & 1 deletion items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2468,5 +2468,35 @@
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"200": {
"name": "B-22 Model Citizen",
"description": "Gifted to Helldivers whose civilian lives were distinguished by exemplary citizenship, patriotism, and service to the Federation.",
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 9
},
"201": {
"name": "B-22 Model Citizen",
"description": "Gifted to Helldivers whose civilian lives were distinguished by exemplary citizenship, patriotism, and service to the Federation.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"202": {
"name": "Eye of Freedom",
"description": "A mark of stalwart loyalty bestowed only to those who have proved themselves worthy through unquestioning dedication.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
}
}
}
14 changes: 13 additions & 1 deletion items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1638,5 +1638,17 @@
"22": {
"name": "Concrete Jungle Exosuit Pattern",
"mix_id": "22"
},
"200": {
"name": "B-22 Model Citizen",
"mix_id": "200"
},
"201": {
"name": "B-22 Model Citizen",
"mix_id": "201"
},
"202": {
"name": "Eye of Freedom",
"mix_id": "202"
}
}
}