-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
CONVERSIONS = { | ||
# Renamed items | ||
"Large Rudimentary Concussion Bomb I": "'Concussion' Compact Large Graviton Smartbomb", | ||
"Small Rudimentary Concussion Bomb I": "'Concussion' Compact Small Graviton Smartbomb", | ||
"Large 'Vehemence' Shockwave Charge": "'Vehemence' Compact Large EMP Smartbomb", | ||
"Small 'Vehemence' Shockwave Charge": "'Vehemence' Compact Small EMP Smartbomb", | ||
"Medium Rudimentary Concussion Bomb I": "'Concussion' Compact Medium Graviton Smartbomb", | ||
"Medium 'Vehemence' Shockwave Charge": "'Vehemence' Compact Medium EMP Smartbomb", | ||
"Small 'Notos' Explosive Charge I": "'Notos' Compact Small Proton Smartbomb", | ||
"Medium 'Notos' Explosive Charge I": "'Notos' Compact Medium Proton Smartbomb", | ||
"Large 'Notos' Explosive Charge I": "'Notos' Compact Large Proton Smartbomb", | ||
"Small YF-12a Smartbomb": "'YF-12a' Compact Small Plasma Smartbomb", | ||
"Medium YF-12a Smartbomb": "'YF-12a' Compact Medium Plasma Smartbomb", | ||
"Large YF-12a Smartbomb": "'YF-12a' Compact Large Plasma Smartbomb", | ||
"Small Degenerative Concussion Bomb I": "'Degenerative' Small Proton Smartbomb", | ||
"Small Degenerative Concussion Bomb I Blueprint": "'Degenerative' Small Proton Smartbomb Blueprint", | ||
"Medium Degenerative Concussion Bomb I": "'Dwindling' Medium Proton Smartbomb", | ||
"Medium Degenerative Concussion Bomb I Blueprint": "'Dwindling' Medium Proton Smartbomb Blueprint", | ||
"Large Degenerative Concussion Bomb I": "'Regressive' Large Proton Smartbomb", | ||
"Large Degenerative Concussion Bomb I Blueprint": "'Regressive' Large Proton Smartbomb Blueprint", | ||
"'Pike' Small EMP Smartbomb I": "'Pike' Small EMP Smartbomb", | ||
"'Lance' Medium EMP Smartbomb I": "'Lance' Medium EMP Smartbomb", | ||
"'Warhammer' Large EMP Smartbomb I": "'Warhammer' Large EMP Smartbomb", | ||
} |