// This file is generated automatically. All manually changes will be removed when running the Converter.
// Woodland Hills mobs
017-1.gat,0,0,0,0|monster|Clover Patch|1037,2,0,1000,Mob017-1::On1037
017-1.gat,29,29,19,12|monster|Gamboge Herb|2033,1,0,25000,Mob017-1::On2033
017-1.gat,91,25,76,8|monster|Log Head|2027,3,5000,60000,Mob017-1::On2027
017-1.gat,31,48,19,12|monster|Log Head|2027,3,5000,60000,Mob017-1::On2027
017-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob017-1::On1055
017-1.gat,0,0,0,0|monster|Bat|1017,5,0,0,Mob017-1::On1017
017-1.gat,0,0,0,0|monster|Fire Goblin|1011,5,0,0,Mob017-1::On1011
017-1.gat,0,0,0,0|monster|Mouboo|1028,5,0,0,Mob017-1::On1028
017-1.gat,0,0,0,0|monster|Pink Flower|1014,5,0,0,Mob017-1::On1014
017-1.gat,0,0,0,0|monster|Spiky Mushroom|1019,5,0,0,Mob017-1::On1019
017-1.gat,0,0,0,0|monster|Evil Mushroom|1013,10,0,0,Mob017-1::On1013
017-1.gat,0,0,0,0|monster|Alizarin Herb|1032,3,0,0,Mob017-1::On1032
017-1.gat,0,0,0,0|monster|Gamboge Herb|1031,3,0,0,Mob017-1::On1031
017-1.gat,0,0,0,0|monster|Cobalt Herb|1030,3,0,0,Mob017-1::On1030
017-1.gat,0,0,0,0|monster|Mauve Herb|1029,5,0,0,Mob017-1::On1029
017-1.gat,0,0,0,0|monster|Silkworm|1035,10,0,0,Mob017-1::On1035
017-1.gat,0,0,0,0|monster|Squirrel|1038,30,20,10,Mob017-1::On1038
017-1.gat,0,0,0|script|Mob017-1|-1,{
On1011:
set @mobID, 1011;
callfunc "MobPoints";
end;
On1013:
set @mobID, 1013;
callfunc "MobPoints";
end;
On1014:
set @mobID, 1014;
callfunc "MobPoints";
end;
On1017:
set @mobID, 1017;
callfunc "MobPoints";
end;
On1019:
set @mobID, 1019;
callfunc "MobPoints";
end;
On1028:
set @mobID, 1028;
callfunc "MobPoints";
end;
On1029:
set @mobID, 1029;
callfunc "MobPoints";
end;
On1030:
set @mobID, 1030;
callfunc "MobPoints";
end;
On1031:
set @mobID, 1031;
callfunc "MobPoints";
end;
On1032:
set @mobID, 1032;
callfunc "MobPoints";
end;
On1035:
set @mobID, 1035;
callfunc "MobPoints";
end;
On1037:
set @mobID, 1037;
callfunc "MobPoints";
end;
On1038:
set @mobID, 1038;
callfunc "MobPoints";
end;
On1055:
set @mobID, 1055;
callfunc "MobPoints";
end;
On2027:
set @mobID, 2027;
callfunc "MobPoints";
end;
On2033:
set @mobID, 2033;
callfunc "MobPoints";
end;
end;
}