HTML Abandoned Queen of the Seas [v0.12j Exclusive] [Malhavok]

5.00 star(s) 3 Votes

jjm152

Newbie
Oct 25, 2018
24
33
How do i win in minigame? I don't understand principles of this game. Perhaps it is because i never played slot machines? I just don't get it. To me it's just seems so random. Can someone explain rules in more details please?
The only way to reliably win it is to complete quests to open up more spaces for reels on your slot machine, then to fill those spots with reels that give you a high statistical probability of matching a certain attribute (or wild card).

For instance, each place you can whore statistically favors a certain type of activity. On the pirate ship it's Hand Jobs. It just so happens, not by coincidence, that you start off with reels that favor that and that Julius will occasionally sell ones that are a direct upgrade by providing a bonus wildcard slot (I believe, it's Perversion) or a common wildcard reel which is more balanced in sex acts, but has 3 wildcard spots on it.

The game is designed to be lost a lot when you first start. You should be burning through Willpower at a decent clip until you unlock at least the 1st slot and then upgrade your reels (completing the quest gives you an upgraded reel as well). In addition to that, in order to get the best outcome in mood raising, you need to completely 'satisfy' a customer. Which means usually matching on them 2-3 times at the beginning of the game when your skills are low (skills actually matter and gain xp during this game). The best strategy early on is to horde your energy by resting most of the day, then whoring only at night, until your skills improve and you gain some slot upgrades.

You can buy additional reels from brothels, assuming you increase the favor with their owners by doing their jobs/quests. These reels are all specialized in a single sex act, so they can be powerful depending on which area you are whoring at (matching a sex act directly, without wildcards, gives you the most money and xp). Reels will also show up randomly in the Bazaar and Market if you shop there. Of course, some quests also give the reward of free reels that may or may not be useful depending on what you're aiming or.

So, the game, while being 'completely random' isn't really random at all because you can go out and acquire new reels and swap them in at any time during play, more or less making all the odds significantly stacked in your favor.

Finally, version 0.10, which is in development, has the addition of a new game 'Coffin Dice' - a simple dice game where you can place bets for money or items with the pirates. You can also occasionally bet a sex act (if you lose, you pay with sex). The amount this covers is based on your skill, but it presents an alternative way to gain money and sex skill xp, although it doesn't scale as well as the slot machine game does. It's unlocked after a special event on the ship.
 

vince638

Member
Oct 12, 2018
304
452
Talking about the slots, I find it somewhat weird that when using the bazaar, some 'RARE' wildcard reels - the 67% wildcard stat variant Freaky Slut/Concubine/Venus de Porno - are cheaper (~11K) than their 'UNCOMMON' variants with 56% wildcard stat (13K).
Meanwhile, the 60% wildcard stat variant 'RARE' reels are sold for 19K or so.
Ok, the most expensive set has a higher success rate in most setups, but the uncommon ones seem overpriced.
Is this intended?
 

jjm152

Newbie
Oct 25, 2018
24
33
Talking about the slots, I find it somewhat weird that when using the bazaar, some 'RARE' wildcard reels - the 67% wildcard stat variant Freaky Slut/Concubine/Venus de Porno - are cheaper (~11K) than their 'UNCOMMON' variants with 56% wildcard stat (13K).
Meanwhile, the 60% wildcard stat variant 'RARE' reels are sold for 19K or so.
Ok, the most expensive set has a higher success rate in most setups, but the uncommon ones seem overpriced.
Is this intended?
I'll fully admit to needing to do a balance pass on the slots. I feel they are too expensive overall.

Most things in the game have their prices automatically calculated by looking at their attributes. I probably need to implement the same logic for reels, then it will make more sense.
 
  • Like
Reactions: vince638

Ryoko-Kitsune

Newbie
Aug 6, 2018
39
12
Is there more than 1 item that restores willpower, but at a greater level? So far I found one, but it seems to pop up pretty rarely.
 

vince638

Member
Oct 12, 2018
304
452
Is there more than 1 item that restores willpower, but at a greater level? So far I found one, but it seems to pop up pretty rarely.
Hard booze such as orgeat, Captain Morganna's spiced rum, ol' musky, fortified wine or bumbo bump willpower a tiny bit.
Siren's elixir, Nereid/Succubus philters, Pink/Brown roots boost it much more.
 
  • Like
Reactions: jjm152

jjm152

Newbie
Oct 25, 2018
24
33
Hard booze such as orgeat, Captain Morganna's spiced rum, ol' musky, fortified wine or bumbo bump willpower a tiny bit.
Siren's elixir, Nereid/Succubus philters, Pink/Brown roots boost it much more.
Some tarrot cards can also restore willpower (although it's a gamble) and one of the performances at Sindee Rella's can also grant you a willpower point if you view it.
 

Ryoko-Kitsune

Newbie
Aug 6, 2018
39
12
I managed to save up 50k and the scene after I completed the quest did not give an option to exit out of. Checking the inventory then back freed me from the scene with all my money, but quest completed with the collar still locked.
 

jjm152

Newbie
Oct 25, 2018
24
33
I managed to save up 50k and the scene after I completed the quest did not give an option to exit out of. Checking the inventory then back freed me from the scene with all my money, but quest completed with the collar still locked.
Technically the game is supposed to end at that stage and then you go to a final score screen and a sort of epilogue. It's just not implemented yet, nor are the other planned ways to win or end the game.

I think somewhere around version 0.3 that page just said, "A winnar is u." So, incremental improvements are being made.
 

WW3OIW

Newbie
Jun 1, 2018
32
35
Rewind time by one phase:
Code:
SugarCube.State.variables.PlayerState.Phase--
Full energy:
Code:
SugarCube.State.variables.PlayerState.CoreStats.Energy=10
Cash:
Code:
SugarCube.State.variables.PlayerState.Money=40000
how do cheat for items which has space in between them? like i can spawn in rum and what not but i can't seem to spawn in pink peaches for example
 

vince638

Member
Oct 12, 2018
304
452
@earthshaker34
JS forbids spaces in variable names, so they're not - they're keys for indexing in the FOOD structure.
So...
JavaScript:
window.SugarCube.State.variables.PlayerState.Inventory.FOOD["pink peach"]=420
 
  • Like
Reactions: kent32

Cumknuckles

Member
Oct 10, 2018
389
338
@earthshaker34
JS forbids spaces in variable names, so they're not - they're keys for indexing in the FOOD structure.
So...
JavaScript:
window.SugarCube.State.variables.PlayerState.Inventory.FOOD["pink peach"]=420
Is food in all caps because it's an array or what? If so that seems like a nice way to show which things are arrays.
 
5.00 star(s) 3 Votes