mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
5e0866aa82
Adds a new type of bag and two new storage belts. Also fixes being unable to flip belts. <img width="89" height="111" alt="image" src="https://github.com/user-attachments/assets/6b1ec387-2f8d-4f70-a8f1-ab1d8e4b5ed8" /> <img width="88" height="87" alt="image" src="https://github.com/user-attachments/assets/35a04494-7d83-4804-b1b8-9ac1be538e34" /> <img width="75" height="95" alt="image" src="https://github.com/user-attachments/assets/7d1e97e4-f1e8-4e0e-8d4f-6ec0cb8e1253" /> <img width="89" height="86" alt="image" src="https://github.com/user-attachments/assets/402451e7-42fc-4ed1-a73f-23dfafc0a360" /> ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: Sprites are by RatFromTheJungle, from this PR https://github.com/NovaSector/NovaSector/pull/4651 --------- Signed-off-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com>
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
#define OUTFIT_NOTHING 1
|
|
|
|
#define OUTFIT_BACKPACK 2
|
|
#define OUTFIT_SATCHEL 3 // the classic grey sling one
|
|
#define OUTFIT_SATCHEL_ALT 4 // the leather bag
|
|
#define OUTFIT_DUFFELBAG 5
|
|
#define OUTFIT_MESSENGERBAG 6
|
|
#define OUTFIT_RUCKSACK 7 // the bay one
|
|
#define OUTFIT_POCKETBOOK 8 // the leather bag but smaller
|
|
#define OUTFIT_CHESTPOUCH 9
|
|
|
|
#define OUTFIT_JOBSPECIFIC 1
|
|
#define OUTFIT_GENERIC 2
|
|
#define OUTFIT_FACTIONSPECIFIC 3
|
|
|
|
#define OUTFIT_THIN 2
|
|
#define OUTFIT_NORMAL 3
|
|
#define OUTFIT_THICK 4
|
|
|
|
#define OUTFIT_BLUE 2
|
|
#define OUTFIT_GREEN 3
|
|
#define OUTFIT_NAVY 4
|
|
#define OUTFIT_TAN 5
|
|
#define OUTFIT_KHAKI 6
|
|
#define OUTFIT_BLACK 7
|
|
#define OUTFIT_OLIVE 8
|
|
#define OUTFIT_AUBURN 9
|
|
#define OUTFIT_BROWN 10
|
|
|
|
#define OUTFIT_TAB_PDA 2
|
|
#define OUTFIT_PDA_OLD 3
|
|
#define OUTFIT_PDA_RUGGED 4
|
|
#define OUTFIT_PDA_SLATE 5
|
|
#define OUTFIT_PDA_SMART 6
|
|
#define OUTFIT_TABLET 7
|
|
#define OUTFIT_WRISTBOUND 8
|
|
|
|
#define OUTFIT_HEADSET 2
|
|
#define OUTFIT_BOWMAN 3
|
|
#define OUTFIT_DOUBLE 4
|
|
#define OUTFIT_WRISTRAD 5
|
|
#define OUTFIT_THIN_WRISTRAD 6
|
|
#define OUTFIT_CLIPON 7
|