Trait_dict = Rex_ActiveCareer_Aspiration_Reward_Trait WhimsTracker.SATISFACTION_STORE_ITEMS = trait_dict Trait_dict = dict(WhimsTracker.SATISFACTION_STORE_ITEMS) Rex_ActiveCareer_Aspiration_Reward_Trait = immutable_slots_class(dict(award_type = WhimAwardTypes.TRAIT, cost = 500)) Immutable_slots_class = _immutable_slots_class() Import make_immutable_slots_class, FrozenAttributeDictįrom sims4.resources import Types, get_resource_keyįrom whims.whims_tracker import WhimsTrackerĭef add_reward_trait_sharer(self): reward_manager = services.get_instance_manager(Types.REWARD) I tried some Python myself but didn't get it to work. I'm currently working on something and would love to add some achievements/reward traits to the reward store, but I need to override the file 'whims_whimsTracker' file and although I can make sure I update it constantly, it will likely conflict with other mods. Creating New Reward Traits without overriding?