Untitled

 avatar
unknown
plain_text
a year ago
813 B
3
Indexable
//?debuffs.count > 0
  //>`0,2,Player debuffs = @debuffs.string@

?loc = icy_ridge
 equipL ouro
 equipR shield af

 ?hp < 3 
  activate potion
 
 ?foe = boss 
  equipR sword di
  equipL sword p
 ?debuffs.string = debuff_yeti_chill
   equipL quest
   equipR comp shield 



?loc = deadwood
  ?foe.count > 2
    activate potion
  
  equipL sword dp
  equipR shield af
  ?foe = mosquito
    equip crossbow
  
  ?harvest.distance < 10
    equip hatchet

  ?foe ! boss & foe.distance > 8
    equipL ouroboros
  
  ?pickup.distance < 10
    equipL star

?loc = caves
  equipL sword p
  equipR shield f

    
  ?foe ! boss & foe.distance > 8
    equipL ouroboros
    equipR exp
  
  >@foe@

  ?hp < 7
    activate potion

 

  ?pickup.distance < 10
    equipL star

  ?foe = boss 
    equipR sword di
    equipL sword p
Editor is loading...
Leave a Comment