Difference between revisions of "Template:CharacterBuild"
From Shin Megami Tensei IMAGINE Wiki
(WIP template for builds) |
|||
| (9 intermediate revisions by one user not shown) | |||
| Line 5: | Line 5: | ||
| width="125px" |{{{Level}}} | | width="125px" |{{{Level}}} | ||
! width="125px" style="background: #0F415C;color: #72A6D6"|Expertise Used | ! width="125px" style="background: #0F415C;color: #72A6D6"|Expertise Used | ||
| − | | width="125px" |{{{ | + | | width="125px" | {{#expr: ({{{Attack|0}}} + {{{Spin|0}}} + {{{Rush|0}}} + {{{Shot|0}}} + {{{Rapid|0}}} + {{{Guard|0}}} + {{{Counter|0}}} + {{{Dodge|0}}} + {{{CurativeMagic|0}}} + {{{DestructionMagic|0}}} + {{{SupportMagic|0}}} + {{{CurseMagic|0}}} + {{{Talk|0}}} + {{{Threaten|0}}} + {{{Taunt|0}}} + {{{Summon|0}}} + {{{Occultism|0}}} + {{{Demonology|0}}} + {{{WeaponKnowledge|0}}} + {{{SurvivalTechniques|0}}} + {{{MedicalSciences|0}}} + {{{Mineralogy|0}}} + {{{Blades|0}}} + {{{Crafts|0}}} + {{{GunKnowledge|0}}} + {{{MagicControl|0}}} + {{{Bless|0}}}) * 1000}} |
|- | |- | ||
! colspan="4" style="background: #0F415C;color: #72A6D6"|Name | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Name | ||
| Line 13: | Line 13: | ||
! colspan="4" style="background: #0F415C;color: #72A6D6"|Description | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Description | ||
|- | |- | ||
| − | | colspan="4" |{{{Description}}} | + | | colspan="4" style="text-align: left; " |{{{Description}}} |
| + | |- | ||
| + | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Tactics | ||
| + | |- | ||
| + | | colspan="4" style="text-align: left; " |{{{Tactics}}} | ||
|- | |- | ||
! colspan="4" style="background: #0F415C;color: #72A6D6"|Attributes | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Attributes | ||
| Line 31: | Line 35: | ||
! style="background: #0F415C;color: #72A6D6;"|Luck | ! style="background: #0F415C;color: #72A6D6;"|Luck | ||
| {{{Luck|0}}} | | {{{Luck|0}}} | ||
| + | |- | ||
| + | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Base Stats (level 99) | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|HP | ||
| + | | {{#expr: 99*2.1 + {{{Strength|0}}}*0.3 + {{{Vitality|0}}}*1.2 + 70 }} | ||
| + | |||
| + | ! style="background: #0F415C;color: #72A6D6;"|MP | ||
| + | | {{#expr: 99*0.3 + {{{Magic|0}}}*0.3 + {{{Intelligence|0}}}*0.6 + 10}} | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Close Range | ||
| + | | {{#expr: 99*0.1+{{{Strength|0}}}*0.5}} | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Long Range | ||
| + | | {{#expr: 99*0.1+{{{Speed|0}}}*0.5}} | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Spell | ||
| + | | {{#expr: 99*0.1+{{{Magic|0}}}*0.5}} | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Support | ||
| + | | {{#expr: 99*0.1+{{{Intelligence|0}}}*0.5}} | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Physical Defense | ||
| + | | {{#expr: 99*0.1+{{{Vitality|0}}}*0.1}} | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|Magical Defense | ||
| + | | {{#expr: 99*0.1+{{{Intelligence|0}}}*0.1}} | ||
|- | |- | ||
! colspan="4" style="background: #0F415C;color: #72A6D6"|Expertise | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Expertise | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6;"|Attack | + | ! style="background: #0F415C;color: #72A6D6;"|[[Attack]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Attack|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Attack|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Attack|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Attack|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Spin | + | ! style="background: #0F415C;color: #72A6D6;"|[[Spin]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Spin|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Spin|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Spin|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Spin|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Rush | + | ! style="background: #0F415C;color: #72A6D6;"|[[Rush]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Rush|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Rush|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Rush|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Rush|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Shot | + | ! style="background: #0F415C;color: #72A6D6;"|[[Shot]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Shot|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Shot|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Shot|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Shot|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Rapid | + | ! style="background: #0F415C;color: #72A6D6;"|[[Rapid]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Rapid|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Rapid|0}}} / 8) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Rapid|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Rapid|0}}} / 8) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Guard | + | ! style="background: #0F415C;color: #72A6D6;"|[[Guard]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Guard|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Guard|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Guard|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Guard|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Counter | + | ! style="background: #0F415C;color: #72A6D6;"|[[Counter]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Counter|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Counter|0}}} / 7.5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Counter|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Counter|0}}} / 7.5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Dodge | + | ! style="background: #0F415C;color: #72A6D6;"|[[Dodge]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Dodge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Dodge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Dodge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Dodge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Curative Magic | + | ! style="background: #0F415C;color: #72A6D6;"|[[Curative Magic]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{CurativeMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{CurativeMagic|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{CurativeMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{CurativeMagic|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Destruction Magic | + | ! style="background: #0F415C;color: #72A6D6;"|[[Destruction Magic]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{DestructionMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{DestructionMagic|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{DestructionMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{DestructionMagic|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Support Magic | + | ! style="background: #0F415C;color: #72A6D6;"|[[Support Magic]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{SupportMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{SupportMagic|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{SupportMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{SupportMagic|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Curse Magic | + | ! style="background: #0F415C;color: #72A6D6;"|[[Curse Magic]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{CurseMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{CurseMagic|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{CurseMagic|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{CurseMagic|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Talk | + | ! style="background: #0F415C;color: #72A6D6;"|[[Talk]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Talk|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Talk|0}}} / 2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Talk|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Talk|0}}} / 2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Threaten | + | ! style="background: #0F415C;color: #72A6D6;"|[[Threaten]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Threaten|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Threaten|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Threaten|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Threaten|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Taunt | + | ! style="background: #0F415C;color: #72A6D6;"|[[Taunt]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Taunt|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Taunt|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Taunt|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Taunt|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Summon | + | ! style="background: #0F415C;color: #72A6D6;"|[[Summon]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Summon|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Summon|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Summon|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Summon|0}}} / 1) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Occultism | + | ! style="background: #0F415C;color: #72A6D6;"|[[Occultism]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Occultism|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Occultism|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Occultism|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Occultism|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Demonology | + | ! style="background: #0F415C;color: #72A6D6;"|[[Demonology]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Demonology|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Demonology|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Demonology|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Demonology|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Weapon Knowledge | + | ! style="background: #0F415C;color: #72A6D6;"|[[Weapon Knowledge]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Weapon Knowledge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Weapon Knowledge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Weapon Knowledge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Weapon Knowledge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Survival Techniques | + | ! style="background: #0F415C;color: #72A6D6;"|[[Survival Techniques]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{SurvivalTechniques|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{SurvivalTechniques|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{SurvivalTechniques|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{SurvivalTechniques|0}}} / 5) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Medical Sciences | + | ! style="background: #0F415C;color: #72A6D6;"|[[Medical Sciences]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{MedicalSciences|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{MedicalSciences|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{MedicalSciences|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{MedicalSciences|0}}} / 6) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Mineralogy | + | ! style="background: #0F415C;color: #72A6D6;"|[[Mineralogy]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Mineralogy|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Mineralogy|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Mineralogy|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Mineralogy|0}}} / 10) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Blades | + | ! style="background: #0F415C;color: #72A6D6;"|[[Blades]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Blades|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Blades|0}}} / 7.2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Blades|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Blades|0}}} / 7.2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Crafts | + | ! style="background: #0F415C;color: #72A6D6;"|[[Crafts]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Crafts|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Crafts|0}}} / 7.2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Crafts|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Crafts|0}}} / 7.2) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Gun Knowledge | + | ! style="background: #0F415C;color: #72A6D6;"|[[Gun Knowledge]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{GunKnowledge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{GunKnowledge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{GunKnowledge|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{GunKnowledge|0}}} / 9) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Magic Control | + | ! style="background: #0F415C;color: #72A6D6;"|[[Magic Control]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{MagicControl|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{MagicControl|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{MagicControl|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{MagicControl|0}}} / 7) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
|- | |- | ||
| − | ! style="background: #0F415C;color: #72A6D6"|Bless | + | ! style="background: #0F415C;color: #72A6D6;"|[[Bless]] |
| <div style="position:relative"><div style="position:relative;z-index:2;">{{{Bless|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Bless|0}}} / 8) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | | <div style="position:relative"><div style="position:relative;z-index:2;">{{{Bless|0}}}</div><div style="z-index:1;background:#0DDE5A; width:{{#expr: ({{{Bless|0}}} / 8) * 100}}%; height:100%; position:absolute; top:0px;"></div></div> | ||
| + | |- | ||
| + | ! colspan="4" style="background: #0F415C;color: #72A6D6"|Chain Expertise | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Synthesis]] | ||
| + | | {{ChainLevel|{{{Occultism|0}}}|0.4|{{{Demonology|0}}}|0.4|{{{WeaponKnowledge|0}}}|0.1|{{{Mineralogy|0}}}|0.1}} | ||
| + | |||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Demolition Dash]] | ||
| + | | {{ChainLevel|{{{Rush|0}}}|0.3|{{{DestructionMagic|0}}}|0.3|{{{MagicControl|0}}}|0.4}} | ||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Curse of the Wretched]] | ||
| + | | {{ChainLevel|{{{DestructionMagic|0}}}|0.1|{{{CurseMagic|0}}}|0.5|{{{MagicControl|0}}}|0.2|{{{Bless|0}}}|0.2}} | ||
| + | |||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Enhancement]] | ||
| + | | {{ChainLevel|{{{CurativeMagic|0}}}|0.3|{{{SupportMagic|0}}}|0.4|{{{Bless|0}}}|0.3}} | ||
| + | |||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Magic Bullet]] | ||
| + | | {{ChainLevel|{{{Shot|0}}}|0.3|{{{CurseMagic|0}}}|0.1|{{{GunKnowledge|0}}}|0.4|{{{MagicControl|0}}}|0.2}} | ||
| + | |||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Sharpshooter]] | ||
| + | | {{ChainLevel|{{{Shot|0}}}|0.4|{{{Demonology|0}}}|0.4|{{{GunKnowledge|0}}}|0.2}} | ||
| + | |||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Retaliation]] | ||
| + | | {{ChainLevel|{{{Attack|0}}}|0.2|{{{WeaponKnowledge|0}}}|0.4|{{{SurvivalTechniques|0}}}|0.4}} | ||
| + | |||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Swordsmith]] | ||
| + | | {{ChainLevel|{{{Blades|0}}}|0.8|{{{WeaponKnowledge|0}}}|0.2}} | ||
| + | |||
| + | |- | ||
| + | ! style="background: #0F415C;color: #72A6D6;"|[[Arms Maker]] | ||
| + | | {{ChainLevel|{{{Crafts|0}}}|0.8|{{{GunKnowledge|0}}}|0.2}} | ||
| + | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 108: | Line 168: | ||
<!-- Info --> | <!-- Info --> | ||
| Name = | | Name = | ||
| − | |||
| Level = | | Level = | ||
| Description = | | Description = | ||
| Line 149: | Line 208: | ||
| MagicControl = | | MagicControl = | ||
| Bless = | | Bless = | ||
| − | |||
| − | |||
<!-- Equipment WIP--> | <!-- Equipment WIP--> | ||
Latest revision as of 17:59, 15 December 2012
| Character Build | |||
|---|---|---|---|
| Level | {{{Level}}} | Expertise Used | 0 |
| Name | |||
| {{{Name}}} | |||
| Description | |||
| {{{Description}}} | |||
| Tactics | |||
| {{{Tactics}}} | |||
| Attributes | |||
| Strength | 0 | Magic | 0 |
| Vitality | 0 | Intelligence | 0 |
| Speed | 0 | Luck | 0 |
| Base Stats (level 99) | |||
| HP | 277.9 | MP | 39.7 |
| Close Range | 9.9 | Long Range | 9.9 |
| Spell | 9.9 | Support | 9.9 |
| Physical Defense | 9.9 | Magical Defense | 9.9 |
| Expertise | |||
| Attack | 0 |
Spin | 0 |
| Rush | 0 |
Shot | 0 |
| Rapid | 0 |
Guard | 0 |
| Counter | 0 |
Dodge | 0 |
| Curative Magic | 0 |
Destruction Magic | 0 |
| Support Magic | 0 |
Curse Magic | 0 |
| Talk | 0 |
Threaten | 0 |
| Taunt | 0 |
Summon | 0 |
| Occultism | 0 |
Demonology | 0 |
| Weapon Knowledge | 0 |
Survival Techniques | 0 |
| Medical Sciences | 0 |
Mineralogy | 0 |
| Blades | 0 |
Crafts | 0 |
| Gun Knowledge | 0 |
Magic Control | 0 |
| Bless | 0 | ||
| Chain Expertise | |||
| Synthesis | 0 | Demolition Dash | 0 |
| Curse of the Wretched | 0 | Enhancement | 0 |
| Magic Bullet | 0 | Sharpshooter | 0 |
| Retaliation | 0 | Swordsmith | 0 |
| Arms Maker | 0 | ||
{{CharacterBuild
<!-- Info -->
| Name =
| Level =
| Description =
| Tactics =
<!-- Raw Attributes -->
| Strength =
| Magic =
| Vitality =
| Intelligence =
| Speed =
| Luck =
<!-- Expertise -->
| Attack =
| Spin =
| Rush =
| Shot =
| Rapid =
| Guard =
| Counter =
| Dodge =
| CurativeMagic =
| DestructionMagic =
| SupportMagic =
| CurseMagic =
| Talk =
| Threaten =
| Taunt =
| Summon =
| Occultism =
| Demonology =
| WeaponKnowledge =
| SurvivalTechniques =
| MedicalSciences =
| Mineralogy =
| Blades =
| Crafts =
| GunKnowledge =
| MagicControl =
| Bless =
<!-- Equipment WIP-->
<!-- Other Skills WIP-->
}}
<br>