v6 hotfixes
-Added dialogue for cards that had filler text.
-Game now goes to the title screen after birth animation ends.
-Free Play is now locked until you see the epilogue. As a reminder, it play after you leave the house when all 3 endings are unlocked.
v5 hotfixes
-Clone, exchange, swap fixed.
v4 hotfixes
-Compiled wrong version for v3. Apologies.
v3 hotfixes
-Players close to birth won't loop their turns
v2 hotfixes
-Added board view in top left corner. Prototype version, tell me how it feels.
-Fixed belly clipping for Kari in isometric view
-Fixed highest level of breasts (With Venus or Cow card) clipping in front view for Kari and Nanami.
-Severity reactions now happen on dark tiles if belly grows enough.
-Lots of bugs and crashes fixed. Probably still a lot left but, the game is more playable now.
-I know [Clone] is bugged, but I haven't figured out why yet.
First pass at a working Free Play mode. I hope it's not too disappointing.
It's probably still very buggy, but I've managed to finish it 5 times in a row, so I might as well post it. Some feedback on how to make this better would be good.
A little light on dialog at the moment. Some of the cards have filler commentary. I would also like to add dialogue in between rounds. Though given the necessity for it to be dynamic anything I come up with just feels cheap.
If it's playable enough I think I'll focus on the main game for now.
Here's a list of cards by name. You can extrapolate what they do from the name.
repeat 2 deck[cx++] = "Cow"
repeat 2 deck[cx++] = "Mega Milk"
repeat 2 deck[cx++] = "Pear"
repeat 2 deck[cx++] = "Childbearing Hips"
repeat 2 deck[cx++] = "Venus"
repeat 4 deck[cx++] = "Add 1 Fertility"
repeat 2 deck[cx++] = "Add 2 Fertility"
repeat 2 deck[cx++] = "Add 3 Fertility"
repeat 1 deck[cx++] = "Hyper Fertility"
repeat 2 deck[cx++] = "Fertility x2"
repeat 2 deck[cx++] = "Fertility x3"
repeat 2 deck[cx++] = "Fertility x4"
repeat 2 deck[cx++] = "Foal Play"
repeat 1 deck[cx++] = "Clone"
repeat 2 deck[cx++] = "Exchange"
repeat 1 deck[cx++] = "Swap"
repeat 2 deck[cx++] = "Move 1; Advance Pregnancy"
repeat 4 deck[cx++] = "Move 3; Advance Pregnancy"
repeat 4 deck[cx++] = "Move 6; Advance Pregnancy"
repeat 2 deck[cx++] = "Move 12; Advance Pregnancy"
repeat 3 deck[cx++] = "Next Roll x2"
repeat 3 deck[cx++] = "Next Roll x3"
repeat 1 deck[cx++] = "All Movement Rolls x2"
repeat 2 deck[cx++] = "All Movement Rolls Halved"
repeat 1 deck[cx++] = "Move to 1"
repeat 2 deck[cx++] = "Luck"
repeat 8 deck[cx++] = "Advance Pregnancy"
repeat 2 deck[cx++] = "Free"
repeat 3 deck[cx++] = "Transfer 1 Fertility"