Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:DataMonster User:Brevin"

From DFO World Wiki
Jump to: navigation, search
m
Line 14: Line 14:
 
|Strategy= Coded a [[http://wiki.dfo-world.com/view/Sample:Skill| Skill Template]] in Java. src: [[https://github.com/brevinL/DNF_wiki/blob/master/src/Table.java| Git Hub]]
 
|Strategy= Coded a [[http://wiki.dfo-world.com/view/Sample:Skill| Skill Template]] in Java. src: [[https://github.com/brevinL/DNF_wiki/blob/master/src/Table.java| Git Hub]]
 
<pre>Skill Table Formula:
 
<pre>Skill Table Formula:
{ (parsed in regex(Max Skill Effect Lv - Min Skill Effect Lv) / (Max Skill Lv - 1)),
+
{ (parsed in regex(Max Skill Lv Effect - Min Skill Lv Effect) / (Max Skill Lv - 1)),
 
       16 bits < number precision < 32 bits }</pre>
 
       16 bits < number precision < 32 bits }</pre>
 
}}<noinclude>
 
}}<noinclude>

Revision as of 09:13, 23 January 2015

Data

Parameter Value
Name Brevin
IsBoss No
IsSpecial No
IsAPC No
IsSummon No
Type TypeDemon.png
Type2 (Type2 empty)
Type3 (Type3 empty)
Family (Family missing)
Family2 (Family2 empty)
Class Crusader
Sprite User brevin.gif
SpriteSize (SpriteSize empty)
Portrait (Portrait empty)
Icon (Icon empty)
Card (Card empty)
Level 1010101
Dungeons Black Volcano
Drops (Drops empty)
Desc A high skilled programmer just looking for busy work.
MoveList (MoveList empty)
Strategy Coded a [Skill Template] in Java. src: [Git Hub]
Skill Table Formula:
{ (parsed in regex(Max Skill Lv Effect - Min Skill Lv Effect) / (Max Skill Lv - 1)),
      16 bits < number precision < 32 bits }
Notes (Notes empty)
ShortDesc (ShortDesc empty)