I appreciate the detailed reply,The console command is:
WhereCode:$game_player.actor.vag_damage = value
value
is:
The other statuses are:
- For
Micro
: any value in the range of 0-1000.- For
Ruined
: any value in the range of 8001-20000
Any other value results in
- For
Tight
: any value in the range of 1001-2000- For
Used
: any value in the range of 2001-4000- For
Wide
: any value in the range of 4001-8000Micro
Info Source: The code in thelona_hole_broken_level
function as of 0.9.0.9
This addresses the exact query!
If I may ask, what file should I go through to check out the code myself?
Thanks very much!