feat(monster): 添加神话幸运宝箱怪物配置
- 新增怪物 ID 472,名为"[神话]幸运宝箱" - 设置怪物属性,包括等级、经验、模型ID等 - 配置技能、音乐效果和掉落物品
This commit is contained in:
		| @@ -11873,4 +11873,32 @@ Monster = { | ||||
| 		targetMusicId = "pttongyong-1", | ||||
| 		targetMusicTate = 100, | ||||
| 	}, | ||||
| 	[472] = { | ||||
| 		aiConfigId = 29, | ||||
| 		attackInterval = 1000, | ||||
| 		attackMusicId = "pttongyong-2", | ||||
| 		attackMusicRate = 100, | ||||
| 		chassis = 100, | ||||
| 		circle = 15, | ||||
| 		damageMusicId = "pttongyong-4", | ||||
| 		damageMusicRate = 100, | ||||
| 		dieMusicId = "pttongyong-5", | ||||
| 		dieMusicRate = 100, | ||||
| 		dropid = 100880, | ||||
| 		entityType = 1, | ||||
| 		entityid = 472, | ||||
| 		exp = 2500000, | ||||
| 		flagid = 5, | ||||
| 		level = 300, | ||||
| 		modelid = 30117, | ||||
| 		monsterType = 4, | ||||
| 		name = "[神话]幸运宝箱", | ||||
| 		nameQuality = 6, | ||||
| 		propid = 439, | ||||
| 		scale = 100, | ||||
| 		shadow = 1, | ||||
| 		skills = { { autoCD = false, event = 0, id = 69, level = 1 } }, | ||||
| 		targetMusicId = "pttongyong-1", | ||||
| 		targetMusicTate = 100, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user