monsterconfig(新增): 添加牛魔祭司怪物并更新场景配置
- 在 Monster.config 中新增了牛魔祭司怪物的配置信息 - 在 Scenes.config 中替换了部分场景中的怪物为牛魔祭司 - 调整了部分场景的模型ID
This commit is contained in:
		| @@ -12050,4 +12050,31 @@ Monster = { | |||||||
| 		targetMusicId = "pttongyong-1", | 		targetMusicId = "pttongyong-1", | ||||||
| 		targetMusicTate = 100, | 		targetMusicTate = 100, | ||||||
| 	}, | 	}, | ||||||
|  | 	[477] = { | ||||||
|  | 		aiConfigId = 2, | ||||||
|  | 		attackInterval = 1000, | ||||||
|  | 		attackMusicId = "pttongyong-2", | ||||||
|  | 		attackMusicRate = 100, | ||||||
|  | 		chassis = 400, | ||||||
|  | 		circle = 13, | ||||||
|  | 		damageMusicId = "pttongyong-4", | ||||||
|  | 		damageMusicRate = 100, | ||||||
|  | 		dieMusicId = "pttongyong-5", | ||||||
|  | 		dieMusicRate = 100, | ||||||
|  | 		dropid = 200140, | ||||||
|  | 		entityType = 1, | ||||||
|  | 		entityid = 477, | ||||||
|  | 		exp = 90000, | ||||||
|  | 		flagid = 2, | ||||||
|  | 		level = 300, | ||||||
|  | 		modelid = 30168, | ||||||
|  | 		monsterType = 1, | ||||||
|  | 		name = "[牛魔]祭司", | ||||||
|  | 		nameQuality = 4, | ||||||
|  | 		propid = 448, | ||||||
|  | 		scale = 70, | ||||||
|  | 		skills = { { autoCD = false, event = 0, id = 64, level = 1 }, { autoCD = false, event = 0, id = 69, level = 1 } }, | ||||||
|  | 		targetMusicId = "pttongyong-1", | ||||||
|  | 		targetMusicTate = 100, | ||||||
|  | 	}, | ||||||
| } | } | ||||||
|   | |||||||
| @@ -8407,27 +8407,21 @@ Scenes = { | |||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, |  | ||||||
|  |  | ||||||
| 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 467, progress = 0 }, | 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 467, progress = 0 }, | ||||||
| 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, | 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, | ||||||
| 		}, | 		}, | ||||||
| @@ -8479,26 +8473,22 @@ Scenes = { | |||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, |  | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, |  | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, |  | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, |  | ||||||
|  |  | ||||||
| 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 473, progress = 0 }, | 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 473, progress = 0 }, | ||||||
| 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, | 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, | ||||||
| @@ -8551,25 +8541,25 @@ Scenes = { | |||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 477, progress = 0 }, | ||||||
| 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, | 			{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, | ||||||
|  |  | ||||||
| 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 474, progress = 0 }, | 			{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 474, progress = 0 }, | ||||||
| @@ -8595,7 +8585,7 @@ Scenes = { | |||||||
| 				toSceneid = 149, | 				toSceneid = 149, | ||||||
| 				toPosx = 11, | 				toPosx = 11, | ||||||
| 				toPosy = 7, | 				toPosy = 7, | ||||||
| 				modelid = 104, | 				modelid = 105, | ||||||
| 				name = Lang.Scenes.s00149, | 				name = Lang.Scenes.s00149, | ||||||
| 				mapHide = false, | 				mapHide = false, | ||||||
| 			}, | 			}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user