if(jieduan=0)
	setHortation(false) 
	setIsFail(true) 
	hero[2][3]
	hero[0][0]=135
	hero[0][1]=144
	hero[0][2]=135
	hero[1][0]=50
	hero[1][1]=77
	hero[1][2]=52
	addHero(hero)
	sethp(5,10000)
	addBuff(5,10,-1,400)
	addBuff(5,9,-1,400)
	setJD(jieduan+1)
endif

if(jieduan=1)
	if(probability(30))
		talk[1]
		talk[0]="这是你们咎由自取"
		setTalk(5,talk) 
		addBuff(1,5,6,200)
		addBuff(2,5,6,200)
		setcontor(5,-1,1,2)
	endif
	randomAllContor()
endif
