Skip to content
Snippets Groups Projects
Commit aab60f02 authored by deepmurk's avatar deepmurk
Browse files

December Additional

parent 99a5df90
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,9 @@ planned additions ...@@ -46,9 +46,9 @@ planned additions
-more hair styles -more hair styles
-facepaint -facepaint
-alternate makeup options -alternate makeup options
-rework all AI avatars
-dick piercings (stalled due to planned code change) -dick piercings (stalled due to planned code change)
-more outfits, see current queue ( https://gitgud.io/deepmurk/fc-pregmod/issues/1 ) -more outfits, see current queue ( https://gitgud.io/deepmurk/fc-pregmod/issues/1 )
-imp, witch, hypergoddess AI avatars
--------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------
...@@ -62,6 +62,7 @@ v1.7 (12/22/2018) ...@@ -62,6 +62,7 @@ v1.7 (12/22/2018)
-added sea green hair color -added sea green hair color
-added green-yellow hair color -added green-yellow hair color
-added dark blue hair color -added dark blue hair color
-added missing AI avatars
v1.6 (11/18/2018) v1.6 (11/18/2018)
------------- -------------
......
resources/vector/avatar/hypergoddess.png

18.5 KiB | W: | H:

resources/vector/avatar/hypergoddess.png

20.2 KiB | W: | H:

resources/vector/avatar/hypergoddess.png
resources/vector/avatar/hypergoddess.png
resources/vector/avatar/hypergoddess.png
resources/vector/avatar/hypergoddess.png
  • 2-up
  • Swipe
  • Onion skin
resources/vector/avatar/imp.png

18.5 KiB | W: | H:

resources/vector/avatar/imp.png

18.6 KiB | W: | H:

resources/vector/avatar/imp.png
resources/vector/avatar/imp.png
resources/vector/avatar/imp.png
resources/vector/avatar/imp.png
  • 2-up
  • Swipe
  • Onion skin
resources/vector/avatar/witch.png

18.5 KiB | W: | H:

resources/vector/avatar/witch.png

15.6 KiB | W: | H:

resources/vector/avatar/witch.png
resources/vector/avatar/witch.png
resources/vector/avatar/witch.png
resources/vector/avatar/witch.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<<elseif _legSize == "Narrow">> <<elseif _legSize == "Narrow">>
<<include Art_Vector_Leg_Narrow_MHeavy>> <<include Art_Vector_Leg_Narrow_MHeavy>>
<</if>> <</if>>
<<elseif _artSlave.muscles < 97>> <<elseif _artSlave.muscles < 97 && _artSlave.muscles >= 62>>
<<if _legSize == "Thick">> <<if _legSize == "Thick">>
<<include Art_Vector_Leg_Thick_MMedium>> <<include Art_Vector_Leg_Thick_MMedium>>
<<elseif _legSize == "Wide">> <<elseif _legSize == "Wide">>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<<elseif _legSize == "Narrow">> <<elseif _legSize == "Narrow">>
<<include Art_Vector_Leg_Narrow_MMedium>> <<include Art_Vector_Leg_Narrow_MMedium>>
<</if>> <</if>>
<<elseif _artSlave.muscles < 62>> <<elseif _artSlave.muscles < 62 && _artSlave.muscles >= 30>>
<<if _legSize == "Thick">> <<if _legSize == "Thick">>
<<include Art_Vector_Leg_Thick_MLight>> <<include Art_Vector_Leg_Thick_MLight>>
<<elseif _legSize == "Wide">> <<elseif _legSize == "Wide">>
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<<include _art >> <<include _art >>
<<if _artSlave.muscles >= 6>> <<if _artSlave.muscles >= 30>>
<<if _artSlave.muscles >= 97>> <<if _artSlave.muscles >= 97>>
<<if _torsoSize == "Obese">> <<if _torsoSize == "Obese">>
<<include Art_Vector_Torso_Obese_MHeavy>> <<include Art_Vector_Torso_Obese_MHeavy>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment