User:Donni Iris/Sandbox/DPL Animal Handling: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Donni Iris (talk | contribs)
Donni Iris (talk | contribs)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:


==All==
==All==
<dpl>
namespace = 0
category = Animal Handling Creatures
include = {MOB AH}:level to tame,{MOB AH}:tame type,{MOB Location}:area
table = class=wikitable,Creature Name,Level to Tame, Creature Tame Type, Area
tablesortcol = 2
</dpl>
== Rats ==
=== include tame health and armor ===
<dpl>
namespace = 0
category = Tame Rat
include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor
table = class=wikitable,Creature Name,Level to Tame, Health, Armor
tablesortcol = 2
</dpl>


=== include tame health and armor trying to get first call only ===
<dpl>
<dpl>
category = Animal Handling Creatures
namespace = 0
include = {MOB AH}:level to tame,{MOB AH}:tame type
category = Tame Rat
table = class=wikitable,Creature Name,Level to Tame, Creature Type
include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor
dominantsection = 1
table = class=wikitable,Creature Name,Level to Tame, Health, Armor
tablesortcol = 2
</dpl>
 
=== default ===
<dpl>
namespace = 0
category = Tame Rat
include = {MOB AH}:level to tame
table = class=wikitable,Creature Name,Level to Tame
tablesortcol = 2
tablesortcol = 2
</dpl>
</dpl>


==Rats==
 
===basic===
== Big Cats ==  
<dpl>
<dpl>
category = Animal Handling Creatures
namespace = 0
category = Rodent
category = Tame Big Cat
uses = Template:MOB AH
include = {MOB AH}:level to tame
include = {MOB AH}:level to tame
table = class=wikitable,Creature Name,Level to Tame
table = class=wikitable,Creature Name,Level to Tame
Line 21: Line 49:
</dpl>
</dpl>


===include tame health and armor===
 
== Bears ==  
<dpl>
<dpl>
category = Animal Handling Creatures
namespace = 0
category = Rodent
category = Tame Bear
uses = Template:MOB AH
include = {MOB AH}:level to tame
include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor
table = class=wikitable,Creature Name,Level to Tame
table = class=wikitable,Creature Name,Level to Tame, Health, Armor
tablesortcol = 2
tablesortcol = 2
</dpl>
</dpl>


===include tame health and armor trying to get first call only===
 
== Bees ==  
<dpl>
<dpl>
category = Animal Handling Creatures
namespace = 0
category = Rodent
category = Tame Bee
uses = Template:MOB AH
include = {MOB AH}:level to tame
include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor
table = class=wikitable,Creature Name,Level to Tame
dominantsection = 1
table = class=wikitable,Creature Name,Level to Tame, Health, Armor
tablesortcol = 2
tablesortcol = 2
</dpl>
</dpl>

Latest revision as of 09:51, 17 March 2026

Animal Handling

All

<dpl> namespace = 0 category = Animal Handling Creatures include = {MOB AH}:level to tame,{MOB AH}:tame type,{MOB Location}:area table = class=wikitable,Creature Name,Level to Tame, Creature Tame Type, Area tablesortcol = 2 </dpl>

Rats

include tame health and armor

<dpl> namespace = 0 category = Tame Rat include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor table = class=wikitable,Creature Name,Level to Tame, Health, Armor tablesortcol = 2 </dpl>

include tame health and armor trying to get first call only

<dpl> namespace = 0 category = Tame Rat include = {MOB AH}:level to tame,{MOB AHVital}:health,{MOB AHVital}:armor dominantsection = 1 table = class=wikitable,Creature Name,Level to Tame, Health, Armor tablesortcol = 2 </dpl>

default

<dpl> namespace = 0 category = Tame Rat include = {MOB AH}:level to tame table = class=wikitable,Creature Name,Level to Tame tablesortcol = 2 </dpl>


Big Cats

<dpl> namespace = 0 category = Tame Big Cat include = {MOB AH}:level to tame table = class=wikitable,Creature Name,Level to Tame tablesortcol = 2 </dpl>


Bears

<dpl> namespace = 0 category = Tame Bear include = {MOB AH}:level to tame table = class=wikitable,Creature Name,Level to Tame tablesortcol = 2 </dpl>


Bees

<dpl> namespace = 0 category = Tame Bee include = {MOB AH}:level to tame table = class=wikitable,Creature Name,Level to Tame tablesortcol = 2 </dpl>