mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Merge pull request #5147 from KasparoVy/tail-markings
Refactors Markings, Adds Tail (some body and head) markings, Adds Alt heads, Secondary (F)Hair Themes, Darkens Vulp/Taj + Unathi horns/frills, Sprite adjustments and more...
This commit is contained in:
@@ -59,10 +59,13 @@
|
||||
#define HAS_SKIN_TONE 64
|
||||
#define HAS_ICON_SKIN_TONE 128
|
||||
#define HAS_SKIN_COLOR 256
|
||||
#define HAS_MARKINGS 512
|
||||
#define TAIL_WAGGING 1024
|
||||
#define NO_EYES 2048
|
||||
#define HAS_FUR 4096
|
||||
#define HAS_HEAD_MARKINGS 512
|
||||
#define HAS_BODY_MARKINGS 1024
|
||||
#define HAS_TAIL_MARKINGS 2048
|
||||
#define TAIL_WAGGING 4096
|
||||
#define NO_EYES 8192
|
||||
#define HAS_FUR 16384
|
||||
#define HAS_ALT_HEADS 32768
|
||||
|
||||
//Species Diet Flags
|
||||
#define DIET_CARN 1
|
||||
|
||||
@@ -214,14 +214,14 @@
|
||||
#define GLOVES_LAYER 11
|
||||
#define EARS_LAYER 12
|
||||
#define SUIT_LAYER 13
|
||||
#define GLASSES_LAYER 14
|
||||
#define BELT_LAYER 15 //Possible make this an overlay of somethign required to wear a belt?
|
||||
#define SUIT_STORE_LAYER 16
|
||||
#define BACK_LAYER 17
|
||||
#define TAIL_LAYER 18 //bs12 specific. this hack is probably gonna come back to haunt me
|
||||
#define HAIR_LAYER 19 //TODO: make part of head layer?
|
||||
#define HEAD_ACCESSORY_LAYER 20
|
||||
#define FHAIR_LAYER 21
|
||||
#define BELT_LAYER 14 //Possible make this an overlay of somethign required to wear a belt?
|
||||
#define SUIT_STORE_LAYER 15
|
||||
#define BACK_LAYER 16
|
||||
#define FHAIR_LAYER 17
|
||||
#define HAIR_LAYER 18 //TODO: make part of head layer?
|
||||
#define HEAD_ACCESSORY_LAYER 19
|
||||
#define GLASSES_LAYER 20
|
||||
#define TAIL_LAYER 21 //bs12 specific. this hack is probably gonna come back to haunt me
|
||||
#define FACEMASK_LAYER 22
|
||||
#define HEAD_LAYER 23
|
||||
#define COLLAR_LAYER 24
|
||||
|
||||
+12
-9
@@ -72,15 +72,18 @@
|
||||
#define APPEARANCE_SKIN 8
|
||||
#define APPEARANCE_HAIR 16
|
||||
#define APPEARANCE_HAIR_COLOR 32
|
||||
#define APPEARANCE_FACIAL_HAIR 64
|
||||
#define APPEARANCE_FACIAL_HAIR_COLOR 128
|
||||
#define APPEARANCE_EYE_COLOR 256
|
||||
#define APPEARANCE_ALL_HAIR APPEARANCE_HAIR|APPEARANCE_HAIR_COLOR|APPEARANCE_FACIAL_HAIR|APPEARANCE_FACIAL_HAIR_COLOR
|
||||
#define APPEARANCE_HEAD_ACCESSORY 512
|
||||
#define APPEARANCE_MARKINGS 1024
|
||||
#define APPEARANCE_BODY_ACCESSORY 2048
|
||||
#define APPEARANCE_ALL_BODY APPEARANCE_ALL_HAIR|APPEARANCE_HEAD_ACCESSORY|APPEARANCE_MARKINGS|APPEARANCE_BODY_ACCESSORY
|
||||
#define APPEARANCE_ALL 4095
|
||||
#define APPEARANCE_SECONDARY_HAIR_COLOR 64
|
||||
#define APPEARANCE_FACIAL_HAIR 128
|
||||
#define APPEARANCE_FACIAL_HAIR_COLOR 256
|
||||
#define APPEARANCE_SECONDARY_FACIAL_HAIR_COLOR 512
|
||||
#define APPEARANCE_EYE_COLOR 1024
|
||||
#define APPEARANCE_ALL_HAIR APPEARANCE_HAIR|APPEARANCE_HAIR_COLOR|APPEARANCE_SECONDARY_HAIR_COLOR|APPEARANCE_FACIAL_HAIR|APPEARANCE_FACIAL_HAIR_COLOR|APPEARANCE_SECONDARY_FACIAL_HAIR_COLOR
|
||||
#define APPEARANCE_HEAD_ACCESSORY 2048
|
||||
#define APPEARANCE_MARKINGS 4096
|
||||
#define APPEARANCE_BODY_ACCESSORY 8192
|
||||
#define APPEARANCE_ALT_HEAD 16384
|
||||
#define APPEARANCE_ALL_BODY APPEARANCE_ALL_HAIR|APPEARANCE_HEAD_ACCESSORY|APPEARANCE_MARKINGS|APPEARANCE_BODY_ACCESSORY|APPEARANCE_ALT_HEAD
|
||||
#define APPEARANCE_ALL 32767
|
||||
|
||||
// Intents
|
||||
#define I_HELP "help"
|
||||
|
||||
Reference in New Issue
Block a user