Be advised, cali is currently unfindable in 0.10.3 and will be fixed in 0.10.3c but if you want to do it yourself follow these steps.
There is a typo in 0.10.3 that makes Cali unfindable. In worlddata.gd, "dungeon_bandit_den" wherein "dungeon" is misspelled as "duneon"
cali_intro_event = {
event = 'cali_intro',
reqs = [{type = 'dialogue_seen', check = false, value = 'CALI_INTRO'}],
dungeons = ["duneon_bandit_den"],
chance = 0.75
},
There is a typo in 0.10.3 that makes Cali unfindable. In worlddata.gd, "dungeon_bandit_den" wherein "dungeon" is misspelled as "duneon"
cali_intro_event = {
event = 'cali_intro',
reqs = [{type = 'dialogue_seen', check = false, value = 'CALI_INTRO'}],
dungeons = ["duneon_bandit_den"],
chance = 0.75
},