Monday, February 16, 2015

Revision 4055 - Revision 4058

Revision 4055
Lillibilli: (Revamp script)
added hashes to doc: 
- Medic_ableness_hash
- Medic_bedside_manners_hash 
- Maid_ableness_hash 
- Dungeon_mistress_ableness_hash 
- Morale_rate_hash 
- Morale_loss_rate_hash

changed methods:
def end_work 
- added handle_secondary_work 
- added compute_end_of_work_regen

def handle_secondary_work 
- added method
 - added maid handling 
- dungeon handling incomplete 
- teacher handling missing

def compute_end_of_work_regen 
- added method 
- food type calculations still missing

def handle_health_gain(value, reason=nil) 
- added "EndWork" conditional

def handle_morale_gain(value, reason=nil)
 - added "EndWork" conditional

def add_excitement(cause, brothel_id = nil) 
- added brothel_id argument (to pass down to get_excitement_modifier)

def get_excitement_modifier(cause, brothel_id = nil) 
- added brothel_id argument
 - added check for maid in daily cleaning mode 
- modifier gets computed from maid charisma and beauty if maid is set to daily cleaning and at least one is present, not modified by any hashes atm

def add_boredom(cause, brothel_id = nil)
def get_boredom_modifier(cause, brothel_id = nil) 
- same as excitement methods but modifier gets reduced instead of improved

def handle_stat_exp(stat_id, value, reason=nil) 
- modified reason conditional to get all stats to change internally without other arguments coming into play 
- if no reason is given it will use stat_id and value as argument for the stat handling

def get_stat_id_from_name(stat_name) 
- added method under actor class as a submethod of handle_stat_exp

def add_girl_encounter_exp(girl,sat_level) 
- renamed from add_girl_reputation_exp 
- now calls both rep and stats handle method

def handle_morale_loss(value, reason=nil) 
- added method, mirror of the health one, but for morale

Revision 4056
Lillibilli: (Revamp script)
fixed syntax error and removed a couple of leftover print commands

Revision 4057
Lillibilli: Fixed bugs with Tifa's first scene, in addition it can now be triggered coming from the northern fork too.
Improved boat ride cutscene, it also now properly checks for remaining gold and subtracts them if you do chose to ride.
Starter brothels chains no longer block pathing.

Revision 4058
Lillibilli: reverted Game.ini to correct version, sorry about that.

No comments:

Post a Comment