キモブロ

Please spy check please, Fucking retard

Giant Medicの作り方

今まさに俺を殺そうとしてくるGiant Medic氏(35)の映像

populationファイルのwaveの定義としてはこんな感じ

Wave
{
	WaitWhenDone 60
	Sound "Announcer.IncomingMob"
	Checkpoint Yes

	// BEGIN STAGE 1
	WaveSpawn // Giant Medic
	{
		TotalCurrency 5000
		Name "stage1"

		Where spawnbot
		TotalCount 1
		SpawnCount 1
		MaxActive 1
		WaitBetweenSpawns 0
		WaitBeforeStarting 0

		TFBot
		{
			Class Medic
			Skill Hard
			WeaponRestrictions PrimaryOnly
			Scale 2.0

			CharacterAttributes
			{
				"move speed bonus" "3"
			}
		}
}