- Feb 25, 2018
- 26
- 7
CANT WAIT TO SEE YOUR FULL WORK !try to do Mods on lona boob. damn pixel art is hard and it looks weird
CANT WAIT TO SEE YOUR FULL WORK !try to do Mods on lona boob. damn pixel art is hard and it looks weird
Doesn't sexy increases the sex_atk?Looking through the files again. For some reason I can't find a json file for CON. Normally, traits are under \Data\Effects\States with the name trait_{name}.json, and there is one for every relevant one - except for CON. As far as I can see, it raises HP by 1, stamina by 2.5, and each sex attack stat by 0.5.
I am curious about that because the Nympho trait might actually be a trap. It applies a multiplier to stamina and sexy, both of which have no effect on the actual sex attack stats while locking you out of HQ weapons or magic for no good reason.
See, since you actually have to option to chose mouth sex when juicing, you could use the Succubus as a an alternative to Alchemy to replenish your food on the way while trading better traps for higher stamina. I am currently testing the practicability of a neutral character that mildly invests into Constitution and then dumps the rest into Combat or Wisdom. If my hypothesis is right, it will actually perform just as well as a Nympho in sucking the opponents dry while having access to HQ weapons.
json file for CON is found in /Data/Effects/ItemsLooking through the files again. For some reason I can't find a json file for CON. Normally, traits are under \Data\Effects\States with the name trait_{name}.json, and there is one for every relevant one - except for CON. As far as I can see, it raises HP by 1, stamina by 2.5, and each sex attack stat by 0.5.
I am curious about that because the Nympho trait might actually be a trap. It applies a multiplier to stamina and sexy, both of which have no effect on the actual sex attack stats while locking you out of HQ weapons or magic for no good reason.
See, since you actually have to option to chose mouth sex when juicing, you could use the Succubus as a an alternative to Alchemy to replenish your food on the way while trading better traps for higher stamina. I am currently testing the practicability of a neutral character that mildly invests into Constitution and then dumps the rest into Combat or Wisdom. If my hypothesis is right, it will actually perform just as well as a Nympho in sucking the opponents dry while having access to HQ weapons.
tmpSexAtk = (self.stat["Nymph"]+self.stat["Prostitute"])*25
tmpSexAtkMax = 100+self.stat["Lilith"]*50
stat["sta"]=self.sta
self.constitution= self.constitution_trait+self.constitution_plus
self.survival= self.survival_trait+self.survival_plus
self.wisdom= self.wisdom_trait+self.wisdom_plus
self.combat= self.combat_trait+self.combat_plus
self.scoutcraft= self.scoutcraft_trait+self.scoutcraft_plus
self.atk= (self.combat*0.4) + self.atk_plus
self.def= self.def_plus
sex_Con = self.constitution/2
self.sex_vag_atk= ([sex_Con+(@exp_vag *(2+self.stat["Lilith"]))+tmpSexAtk,tmpSexAtkMax].min - self.vag_damage/100).round
self.sex_anal_atk= ([sex_Con+(@exp_anal *(2+self.stat["Lilith"]))+tmpSexAtk,tmpSexAtkMax].min - self.anal_damage/100).round
self.sex_mouth_atk= ([sex_Con+(@exp_mouth*(2+self.stat["Lilith"]))+tmpSexAtk,tmpSexAtkMax].min * [0.01*self.sta,1].min).round
self.sex_limbs_atk= ([sex_Con+(@exp_limbs*(2+self.stat["Lilith"]))+tmpSexAtk,tmpSexAtkMax].min * [0.01*self.sta,1].min).round
Well..I might do it on spare time...dialogue would be another thing, if i had make some progress on graphic, I might ask for help from you guysThough I prefer smolchested Lona, this is better than anything I could produce.
Do you have plans to alter apparel, other poses, sex imagery and dialogue to fit? That would be amazing.
Sexy has no influence on the sex attack stats.Doesn't sexy increases the sex_atk?
Also did you find per chance the files related to the clinic body mods?
tmpSexAtk = (self.stat["Nymph"]+self.stat["Prostitute"])*25
tmpSexAtkMax = 100+self.stat["Lilith"]*50
[...]
sex_Con = self.constitution/2
[...]
self.sex_mouth_atk= ([sex_Con+(@exp_mouth*(2+self.stat["Lilith"]))+tmpSexAtk,tmpSexAtkMax].min * [0.01*self.sta,1].min).round
temp_tar= 15+rand(100)
temp_vs = $game_player.actor.scoutcraft + rand(70)
if temp_vs >= temp_tar #win
temp_tar= 15+rand(100)
temp_mod = 1+($game_player.actor.scoutcraft/5).to_i
temp_vs = $game_player.actor.scoutcraft*1.5 + rand(21*temp_mod)
if temp_vs >= temp_tar #win
You can only keep the baby if they're orks, goblins, meat demon and fishkind. The rest they disappear to be your new life when you die.How do you give birth and not lose the baby? Searching here I just come up with "talk to Elise", but Elise doesn't give aid in any form and kicks me out if I sleep there. He just have all the generic lines.
You could either input cheat commands or download the latest cheat mod on here to grant yourself a crapton of trait points and then later use them to get any skill you want. The caveat here is that the skills you can get are still ultimately determined by the personality you've chosen for Lona to take.is it possible, to unlock all skill trees, not just one? like maybe not with legit way, tinkering the files or something?
Technically you can by editing the amount of trait points you have which in turn allows you do change SCU value. You can input this cheat taken from ZedTed's unofficial guide after pressing f10 to bring up the command console in-game to do so:Can i edit SCU value? (my SCU=11 and i cant learn "from the shadow" trait, wtf)
$game_player.actor.trait_point+=9999
I need to decrease the value of the SCU to 10, I think I jumped over and the trait didn't unlockTechnically you can by editing the amount of trait points you have which in turn allows you do change SCU value. You can input this cheat taken from ZedTed's unofficial guide after pressing f10 to bring up the command console in-game to do so:
Just checking but have you made sure to hit "ACCEPT" after choosing the skill?I need to decrease the value of the SCU to 10, I think I jumped over and the trait didn't unlock
Yes ^) P.S. sorry i'm dumb, level 15 requiredJust checking but have you made sure to hit "ACCEPT" after choosing the skill?
TLDR: normal level player doesn't need omnivoreHey, I need some help on the wiki, does anyone know what the Omnivores trait does exactly ? I'm not sure of what it allows Lona to eat and how it effects the negative effects of food.
{
"stats_key" : "Omnivore",
"stats_value" : [1],
"stats_filter" : false,
"attribute_name": "puke_value_normal",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "200"
},