File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed
Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ // hhx armor redirect cheat sheet
2+ // vannilla first
3+
4+ // note if you want armors to line up 1 to 1 with no seams you must have the same dimensions for all of your armors/shieldcore sprites
5+
6+ // green/garrison armor
7+ ARMOURG0
8+ ARMOURG1
9+
10+ // blue/combat armor
11+ ARMOURU0
12+ ARMOURU1
13+
14+ // radsuit
15+ RADSUTA0
16+
17+ // shield core
18+ // note doesn't override the helmet sprite. allows you to place in alternate parts of the hud.
19+ SHIELDA0 // seems to be entierly unused
20+ SHIELDB0 // starts at b for some reason as the lowest power shield core
21+ SHIELDC0 // middle charge
22+ SHIELDD0 // full charge
23+
24+
25+
26+ // modded armors
27+
28+ // Corprate armor
29+ ARMOURC0
30+ ARMOURC1
31+
32+ // HEV armor
33+ ARMOURH0
34+ ARMOURH1
35+
36+ // Sneaking Suit
37+ ARMOURS0
38+ ARMOURS1
39+
40+ // helmet
41+ HELMETA0
42+ HELMETA1
43+
44+ // spicy air gas mask
45+ GASMASKA
46+ GASMASKB
47+ GASMASKC
48+ GASMASKD
49+
50+ // leather jacket
51+ ARMOURL0
52+ ARMOURL1
53+
54+ // B&M armor plates
55+ ARMOURP0
56+ ARMOURP1
57+
58+ // radsuit boots
59+ RADBUTA0
60+
61+ // anti gravity boots
62+ AGRVA0
63+
You can’t perform that action at this time.
0 commit comments