Skip to content

Commit

Permalink
feat: creatures version (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatharth authored Jan 21, 2024
1 parent ccde131 commit 30853f9
Show file tree
Hide file tree
Showing 2,418 changed files with 9,672 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/azure_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Azure Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/bog_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 910 then
return
end

local mType = Game.createMonsterType("Bog Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/coral_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Coral Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/crimson_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Crimson Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/deathspawn.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 820 then
return
end

local mType = Game.createMonsterType("Deathspawn")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/filth_toad.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 910 then
return
end

local mType = Game.createMonsterType("Filth Toad")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/green_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Green Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/infernal_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 850 then
return
end

local mType = Game.createMonsterType("Infernal Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/orchid_frog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Orchid Frog")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/salamander.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 980 then
return
end

local mType = Game.createMonsterType("Salamander")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/amphibics/toad.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Toad")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/apprentice_sheng.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 790 then
return
end

local mType = Game.createMonsterType("Apprentice Sheng")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/black_knight.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 500 then
return
end

local mType = Game.createMonsterType("Black Knight")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/bullwark.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1050 then
return
end

local mType = Game.createMonsterType("Bullwark")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/custodian.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1220 then
return
end

local mType = Game.createMonsterType("Custodian")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/dharalion.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 750 then
return
end

local mType = Game.createMonsterType("Dharalion")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/bosses/shadowpelt.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1150 then
return
end

local mType = Game.createMonsterType("Shadowpelt")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/demon.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 400 then
return
end

local mType = Game.createMonsterType("Demon")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/destroyer.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 790 then
return
end

local mType = Game.createMonsterType("Destroyer")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/fury.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 790 then
return
end

local mType = Game.createMonsterType("Fury")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/hellhound.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 790 then
return
end

local mType = Game.createMonsterType("Hellhound")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/hellspawn.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 840 then
return
end

local mType = Game.createMonsterType("Hellspawn")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/demons/juggernaut.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 790 then
return
end

local mType = Game.createMonsterType("Juggernaut")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/dragons/dragon.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 400 then
return
end

local mType = Game.createMonsterType("Dragon")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/dragons/dragon_lord.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 510 then
return
end

local mType = Game.createMonsterType("Dragon Lord")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/dragons/hydra.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 750 then
return
end

local mType = Game.createMonsterType("Hydra")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/dragons/ice_dragon.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1102 then
return
end

local mType = Game.createMonsterType("Ice Dragon")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/dragons/wyrm.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 820 then
return
end

local mType = Game.createMonsterType("Wyrm")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/familiars/druid_familiar.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1140 then
return
end

local mType = Game.createMonsterType("Druid familiar")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/familiars/knight_familiar.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1140 then
return
end

local mType = Game.createMonsterType("Knight familiar")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/familiars/paladin_familiar.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1140 then
return
end

local mType = Game.createMonsterType("Paladin familiar")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/familiars/sorcerer_familiar.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1140 then
return
end

local mType = Game.createMonsterType("Sorcerer familiar")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/giants/behemoth.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 640 then
return
end

local mType = Game.createMonsterType("Behemoth")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/giants/cyclops.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 200 then
return
end

local mType = Game.createMonsterType("Cyclops")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/giants/cyclops_drone.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 810 then
return
end

local mType = Game.createMonsterType("Cyclops Drone")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/giants/cyclops_smith.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 810 then
return
end

local mType = Game.createMonsterType("Cyclops Smith")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humanoids/frost_troll.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 620 then
return
end

local mType = Game.createMonsterType("Frost Troll")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humanoids/goblin.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 610 then
return
end

local mType = Game.createMonsterType("Goblin")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humanoids/island_troll.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 780 then
return
end

local mType = Game.createMonsterType("Island Troll")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humanoids/troll.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 200 then
return
end

local mType = Game.createMonsterType("Troll")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/amazon.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 710 then
return
end

local mType = Game.createMonsterType("Amazon")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/assassin.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 750 then
return
end

local mType = Game.createMonsterType("Assassin")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/bandit.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 750 then
return
end

local mType = Game.createMonsterType("Bandit")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/hunter.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 510 then
return
end

local mType = Game.createMonsterType("Hunter")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/monk.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 640 then
return
end

local mType = Game.createMonsterType("Monk")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/humans/valkyrie.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 710 then
return
end

local mType = Game.createMonsterType("Valkyrie")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/magicals/frazzlemaw.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1030 then
return
end

local mType = Game.createMonsterType("Frazzlemaw")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/magicals/guzzlemaw.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 1030 then
return
end

local mType = Game.createMonsterType("Guzzlemaw")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/mammals/bat.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 750 then
return
end

local mType = Game.createMonsterType("Bat")
local monster = {}

Expand Down
4 changes: 4 additions & 0 deletions data-canary/monster/mammals/cave_rat.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if CLIENT_VERSION < 710 then
return
end

local mType = Game.createMonsterType("Cave Rat")
local monster = {}

Expand Down
Loading

0 comments on commit 30853f9

Please sign in to comment.