diff --git a/_notes_/Genasi/genasi color.nss b/_notes_/Genasi/genasi color.nss new file mode 100644 index 000000000..fb100c1c2 --- /dev/null +++ b/_notes_/Genasi/genasi color.nss @@ -0,0 +1,92 @@ + object oPC = OBJECT_SELF; + + int iSkinColor = GetColor(oPC, COLOR_CHANNEL_SKIN); + int iHairColor = GetColor(oPC, COLOR_CHANNEL_HAIR); + int iEyeColor = GetColor(oPC, COLOR_CHANNEL_TATTOO_1); + +/* + Color Names + -Skin + + 001 = DARK_VANILLA + 002 = CAMEO + 003 = TAN + 004 = BRANDY_ROSE + 005 = KURUMIZOME_BROWN + 006 = BEAVER + 007 = TOAST + 008 = RUSSET + 009 = AKAROA + 010 = ECRU + 011 = CORKBOARD + 012 = CLOUDY_CINNAMON + 013 = CLAMSHELL + 014 = OLD_ROSE + 015 = CORAL_TREE + 016 = ALAEA + + 017 = COTTON_SEED + 018 = CLOUDY + 019 = TAPA + 020 = DOVE_GRAY + 021 = HEATHER + 022 = BALI_HAI + 023 = SLATE_GRAY + 024 = NEVADA + 025 = TAHUNA_SANDS + 026 = STRAW + 027 = DONKEY_BROWN + 028 = BURLAP + 029 = SHUTTLE_GRAY + 030 = COAL_MINE + 031 = ABBEY + 032 = MAKO + + 033 = + + + +*/ + +/* + Air Genasi + + Skin Color Channels + 20-23 + 40 + 50-51 + 132-133 + 136-137 + 140-141 + 148-149 + 164 + 166 + + Hair Color Channels + 16-35 + 44 + 46 + 54 + 56 + 57 + 70 + 77-79 + 82-84 + 128-150 + 163-171 + + +*/ + + + + if( GetRacialType(oPC) == RACIAL_TYPE_AIR_GEN ) // Air Genasi + { + SetColor ( oPC, COLOR_CHANNEL_SKIN, 020); + + if ( GetItemPossessedBy(oPC, "HLSLANG_199") == OBJECT_INVALID ) + { + DelayCommand(1.0, FloatingTextStringOnCreature("Auran language token acquired.", oPC)); + CreateItemOnObject("HLSLANG_199", oPC); + } + } \ No newline at end of file diff --git a/_notes_/Genasi/gui_pal_skin.png b/_notes_/Genasi/gui_pal_skin.png new file mode 100644 index 000000000..f7d459708 Binary files /dev/null and b/_notes_/Genasi/gui_pal_skin.png differ diff --git a/_notes_/Genasi/gui_pal_skin.tga b/_notes_/Genasi/gui_pal_skin.tga new file mode 100644 index 000000000..a8a9c9b9e Binary files /dev/null and b/_notes_/Genasi/gui_pal_skin.tga differ