- Oct 16, 2021
- 954
- 2,854
Below or equal to 69 int. $skillroll seems to be greater or equal to 57 out of a hundred randomized chance. Don't know if it's modified beyond that. You, however, missed this bit of relevant code:There are two things in this game I couldn't manage no matter how many times I tried. One of them was getting Domestic focus for slaves. I finally figured that out. Other one was getting intelligence increase for slaves from spaceball event. I still can't do that. I think I found related code, have a look, please.
Can anyone make sense of this? I know the obvious requirement of a slave being below 69 intelligence. They probably need to be participants as well. What else???Code:<<if _inca is true and $slave1party is true and $av_int lte 69 and $skillroll gte 57>> <br><div class="tex8px"><br></div> $girlnames ''INTELLIGENCE (+1)'' has increased! <<set $av_int+=1>> <</if>>
<<set _ran to random(1, 6)>>
<<if _ran lte 3>>And it's a night of quick shots, even scores and blasting special effects as you shoot the AI controlled ball over the field, hoping to manipulate its course and pull home the victory for you and your allies.<</if>>
<<if _ran gte 4>>Being the first real-life Human vs AI sport, Spaceball is all about manipulating your shots enough to overthrow the computer's three guardians and two center field players. It's a quick and mind-numbing sport that drills the human intelligence to its limits. <<set _inca to true>><<set _ro to random(1, 4)>><</if>>
Meaning in order to even get to your part, a roll 4, 5, or 6 out of 6 has to be rolled. The last part, _ro if you are wondering, is relevant to the MC's chance to increase int.
A lot of them seem associated with with random events during strolls. Gaming way would be to figure which $focus = x corresponding to desired focus and just keep trying to trigger event. Full cheaty way would be to just edit it in save file.How did you get domestic focus? Actually, how does one get any type of focus? Any I've gotten have seemed rather random and I have not associated it with any activity.
Last edited: