if(jieduan=0)
	hero[2][2]
	hero[0][1]=114
	hero[1][1]=17
        hero[0][0]=84
        hero[1][0]=10
	addHero(hero)
        sethp(5,getGrade(-1)*200)
        setmp(5,4000)
        sethp(4,getGrade(-1)*100)
        setmp(4,1000)
	setJD(jieduan+1)
endif

if(jieduan=1)
        if(probability(50))
            setcontor(5,1,1,27)
        endif
        if(probability(90))
            setcontor(4,-1,1,11)
        endif
        setJD(jieduan+1)
endif

if(jieduan=2)
    hp=gethp(5)
    if(hp<500)
        setcontor(5,-1,1,33)
        setJD(jieduan-1)
    endif
    randomAllContor()
endif
ret

