Difference between revisions of "Enemy data"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
<noinclude>Page for all Stoneshard enemy data. | <noinclude>Page for all Stoneshard enemy data. | ||
--- | |||
Enemy data is imported as a single string of values delimited by semicolon. Values should mirror their placement from the game files. For example | |||
<nowiki>4;o_skeleton_bowman;Ranger;undead;Undead;bow;bow;12;medium;bones;113;75;60;40;;;;;10;;;;;;;;35;;;;0;6;35;;20;;;;;;5;;10;14;10;14;10;;6;5;;;;;1;1;1;1;1;1;75;100;;;5;;15;;11;;;;;;;;;2;;;;;;;;;;;;;;;;;-50;;;;;2</nowiki> | |||
To obtain one specific value, use the '''<nowiki>#explode</nowiki>''' parser function. | |||
Used by the {{tl|Enemy}} template. | |||
<!-- VALUES | |||
name | |||
LVL | |||
ID | |||
pattern | |||
type | |||
faction | |||
weapon | |||
item | |||
SU | |||
size | |||
matter | |||
EF | |||
XP | |||
HP | |||
MP | |||
Head_DEF | |||
Body_DEF | |||
Arms_DEF | |||
Legs_DEF | |||
Hit_Chance | |||
EVS | |||
PRR | |||
Block_Power | |||
Block_Recovery | |||
CRT | |||
CRTD | |||
CTA | |||
FMB | |||
Miscast_Chance | |||
Fortitude | |||
STL | |||
Health_Restoration | |||
MP_Restoration | |||
Cooldown_Reduction | |||
Knockback_Resistance | |||
Stun_Resistance | |||
Bleeding_Resistance | |||
Bleeding_Chance | |||
Stun_Chance | |||
Daze_Chance | |||
Knockback_Chance | |||
Immob_Chance | |||
Stagger_Chance | |||
STR | |||
AGI | |||
Vitality | |||
PRC | |||
WIL | |||
Damage_Returned | |||
VIS | |||
Bonus_Range | |||
Lifesteal | |||
Manasteal | |||
Healing_Received | |||
Avoiding_Chance | |||
Head | |||
Torso | |||
Left_Leg | |||
Right_Leg | |||
Left_Hand | |||
Right_Hand | |||
IP | |||
Pain_Resistance | |||
Morale | |||
Threat_Time | |||
Bodypart_Damage | |||
Magic_Power | |||
Armor_Piercing | |||
Slashing_Damage | |||
Piercing_Damage | |||
Blunt_Damage | |||
Rending_Damage | |||
Fire_Damage | |||
Shock_Damage | |||
Poison_Damage | |||
Caustic_Damage | |||
Frost_Damage | |||
Arcane_Damage | |||
Unholy_Damage | |||
Sacred_Damage | |||
Psionic_Damage | |||
Physical_Resistance | |||
Natural_Resistance | |||
Magical_Resistance | |||
Slashing_Resistance | |||
Piercing_Resistance | |||
Blunt_Resistance | |||
Rending_Resistance | |||
Fire_Resistance | |||
Shock_Resistance | |||
Poison_Resistance | |||
Caustic_Resistance | |||
Frost_Resistance | |||
Arcane_Resistance | |||
Unholy_Resistance | |||
Sacred_Resistance | |||
Psionic_Resistance | |||
canBlock | |||
canDisarm | |||
canSwim | |||
Swimming_Cost | |||
--> | |||
</noinclude><includeonly>{{#switch: {{{1}}} | </noinclude><includeonly>{{#switch: {{{1}}} | ||
<!-- | <!-- | ||
Line 6: | Line 121: | ||
--> | --> | ||
|Skeleton Archer = | |Skeleton Archer = 4;o_skeleton_bowman;Ranger;undead;Undead;bow;bow;12;medium;bones;113;75;60;40;;;;;10;;;;;;;;35;;;;0;6;35;;20;;;;;;5;;10;14;10;14;10;;6;5;;;;;1;1;1;1;1;1;75;100;;;5;;15;;11;;;;;;;;;2;;;;;;;;;;;;;;;;;-50;;;;;2 | ||
|#default = Data does not exist.}}</includeonly> | |#default = Data does not exist.}}</includeonly> |
Revision as of 02:48, 11 October 2022
Page for all Stoneshard enemy data.
---
Enemy data is imported as a single string of values delimited by semicolon. Values should mirror their placement from the game files. For example
4;o_skeleton_bowman;Ranger;undead;Undead;bow;bow;12;medium;bones;113;75;60;40;;;;;10;;;;;;;;35;;;;0;6;35;;20;;;;;;5;;10;14;10;14;10;;6;5;;;;;1;1;1;1;1;1;75;100;;;5;;15;;11;;;;;;;;;2;;;;;;;;;;;;;;;;;-50;;;;;2
To obtain one specific value, use the #explode parser function.
Used by the {{Enemy}}
template.