1. Kamihime
  2. Contribute

To Do List

  • Update missing Kamihime thumbnails/images
  • Add text for un-powered up Kamihime skills
  • Update Kamihime pages with Kamihime that can be obtained from Gem Gacha
  • Update missing Eidolon thumbnails/images
  • Add text for missing Eidolons
  • Update which quests shop Eidolons can be obtained from
  • Completing Soul list
  • Completing Equip list
  • Create a page for displaying all events and template for separate pages for each Events
  • Create a page for quests stages
  • Lots of other stuff

Missing Content

Useful Pages/Resources

  • Skill Icons
  • Hold ALT and on the number pad, press 24 for ↑ or 25 for ↓. Will save you the trouble of copy and pasting for skill effects that use those symbols.

Creating Pages

Take note that these are still a work in progress but good enough to be used.

Simply copy the entire template in the code below for the type of unit you want to make. Create a new page, paste the template and fill in the ='s (Example: Name = Amon, Element = Fire, Rarity = SR, etc).

Make sure to delete any text in parenthesis before saving as that's just there for help.

Remember case sensitive.

For what information you don't have, simply leave blank and remember, some do not need to be filled for certain units (Example: R rarity Kamihime need not fill any Lv60, Lv70 and Lv80 stats as they don't reach that high).

Various information can be found in the in-game library for units you have or checking the gacha contents for Kamihimes and their weapons you don't have.

Careful not to add in values of +# stat bonus if you're using your own unit as reference. It's just a easy -3 ATK and -1 HP per +1.

Don't forget to add in categories too.
Kamihime
Kamihime Category Page

For stat values:
R needs Lv1, 20, 30, 40 and 50. They only have 3 break limits.
SR needs Lv1, 30, 40, 50, 60 and 70.
SSR needs Lv1, 40, 50, 60, 70 and 80.

Code:
[template]Kamihime:TemplateUnit
| Name =
| Image = (URL)
| Full Image = (URL)
| Thumb = (URL; get from library in-game, need rarity/element icons for listing page if unlocked)
| Element = (Fire, Water, Thunder, Wind, Light or Dark)
| Rarity = (R, SR or SSR)
| Type = (Offense, Defense, Healer, Balance or Tricky)
| Obtained From = (Specific Gacha(s), specific story chapter, etc)
| Unlocked Weapon = (Name of weapon obtained from, "None" if none. All gatcha related Kamihime should have one)
| Info = (Description in stat/library window)
| Lv1 HP = (Min HP)
| Lv1 ATK = (Min ATK)
| Lv20 HP =
| Lv20 ATK =
| Lv30 HP =
| Lv30 ATK =
| Lv40 HP =
| Lv40 ATK =
| Lv50 HP =
| Lv50 ATK =
| Lv60 HP =
| Lv60 ATK =
| Lv70 HP =
| Lv70 ATK =
| Lv80 HP =
| Lv80 ATK =
| Burst Name =
| Burst Effect =
| Burst+ Effect =
| Skill1 Icon = (URL, check Skill Icons page)
| Skill1 Name =
| Skill1 Effect =
| Skill1 Duration =
| Skill1 CD =
| Skill1+ Effect = (In case you need it ★)
| Skill1+ Duration =
| Skill1+ CD =
| Skill2 Icon =
| Skill2 Name =
| Skill2 Effect =
| Skill2 Duration =
| Skill2 CD =
| Skill2+ Effect =
| Skill2+ Duration =
| Skill2+ CD =
| Skill3 Icon =
| Skill3 Name =
| Skill3 Effect =
| Skill3 Duration =
| Skill3 CD =
| Assist Name =
| Assist Effect =
| Comments = (Addition information, trivia, etc.)
[/template]
Souls
Souls Category Page
Code:
[template]Kamihime:TemplateSoul
| Name =
| Image = (URL)
| Full Image = (URL)
| Thumb = (URL; can obtain a clean thumbnail image from harem scene listing if unlocked)
| Tier = (Standard, Elite or Legendary)
| Type = (Offense, Defense, Healer, Balance or Tricky)
| Weapon1 = (Arcane, Axe, Bow, Glaive, Gun, Hammer, Lance, Staff or Sword)
| Weapon2 = ^
| Prerequisites = (1st Soul or Text/Blank
2nd Soul)
| Soul P Req = (Soul P x###, blank if zero)
| Info = (Description in stat/library window)
| Lv1 Bonus =
| Lv5 Bonus =
| Lv10 Bonus =
| Lv15 Bonus =
| Lv20 Bonus =
| Master Bonus =
| Burst Name =
| Burst Description =
| Skill1 Icon = (URL, check Skill Icons page)
| Skill1 Name =
| Skill1 Effect =
| Skill1 Duration =
| Skill1 CD =
| Skill2 Icon =
| Skill2 Name =
| Skill2 Effect =
| Skill2 Duration =
| Skill2 CD =
| Skill3 Icon =
| Skill3 Name =
| Skill3 Effect =
| Skill3 Duration =
| Skill3 CD =
| Assist1 Name =
| Assist1 Effect =
| Assist2 Name =
| Assist2 Effect =
| Comments =
[/template]
Eidolon
Eidolons Category Page

For stat values:
N needs Lv1, 10, 20, 30, 40 and 50.
R needs Lv1, 20, 30, 40, 50 and 60.
SR needs Lv1, 30, 45, 60, 75 and 90.
SSR needs Lv1, 40, 55, 70, 85 and 100.

There are some N and R Eidolons that share the same name, for N rarity Eidolons, add "(N)" to the name/title. (Example: Sylph and Sylph (N)).

Make sure to use the appropiate thumbnail image for N and R Eidolons. N should have a iron color while R uses a bronze color.
Code:
[template]Kamihime:TemplateEidolon
| Name =
| Image = (URL)
| Full Image =(URL)
| Thumb = (URL; use their image from library listings to include rarity and element if unlocked)
| Element = (Fire, Water, Thunder, Wind, Dark, or Light)
| Rarity = (N, R, SR or SSR)
| Obtained From =
| Info = (Description in stat/library window)
| Lv1 HP =
| Lv1 ATK =
| Lv10 HP =
| Lv10 ATK =
| Lv20 HP =
| Lv20 ATK =
| Lv30 HP =
| Lv30 ATK =
| Lv40 HP =
| Lv40 ATK =
| Lv50 HP =
| Lv50 ATK =
| Lv60 HP =
| Lv60 ATK =
| Lv45 HP =
| Lv45 ATK =
| Lv75 HP =
| Lv75 ATK =
| Lv90 HP =
| Lv90 ATK =
| Lv55 HP =
| Lv55 ATK =
| Lv70 HP =
| Lv70 ATK =
| Lv85 HP =
| Lv85 ATK =
| Lv100 HP =
| Lv100 ATK =
| Summon Attack Name =
| Summon Attack Effect =
| Summon Attack CD =
| 0 Break Effect =
| 1 Break Effect =
| 2 Break Effect =
| 3 Break Effect =
| 4 Break Effect =
| Comments =
[/template]
Equips
Weapons Category Page

For stat values:
N needs Lv1, 20, 30, 40 and 50.
R needs Lv1, 30, 40, 50 and 60.
SR needs Lv1, 40, 55, 70 and 85.
SSR needs Lv1, 50, 75, 100 and 125.

Code:
[template]Kamihime:TemplateEquip
| Name =
| Image = (URL)
| Thumb = (URL; use their image from library listings to include rarity and element if unlocked)
| Element = (Fire, Water, Thunder, Wind, Dark, or Light)
| Rarity = (N, R, SR, or SSR)
| Weapon Type = (Arcane, Axe, Bow, Glaive, Gun, Hammer, Lance, Staff or Sword)
| Released Kamihime = (Name of Kamihime released. "None" if none.)
| Obtained From =
| Info = (Description in stat/library window)
| Lv1 HP =
| Lv1 ATK =
| Lv20 HP =
| Lv20 ATK =
| Lv30 HP =
| Lv30 ATK =
| Lv40 HP =
| Lv40 ATK =
| Lv50 HP =
| Lv50 ATK =
| Lv60 HP =
| Lv60 ATK =
| Lv55 HP =
| Lv55 ATK =
| Lv70 HP =
| Lv70 ATK =
| Lv85 HP =
| Lv85 ATK =
| Lv75 HP =
| Lv75 ATK =
| Lv100 HP =
| Lv100 ATK =
| Lv125 HP =
| Lv125 ATK =
| Burst Effect =
| Burst Effect+ =
| Weapon Skill Name =
| Comments =
[/template]
Event
Banner image can be obtained from Event Information ingame right on the bottom of the home screen or by clicking it.

Most events only have 1 element theme but some may have 2.

Chances are there won't ever be more than 1 Eidolon but just there in case.

Code:
[Template]Kamihime:TemplateEvent
| Event Name =
| Banner = (URL)
| Event Period =
| Reissue Period =
| Type = (Advent, Union or Raid)
| Element = (Fire, Water, Thunder, Wind, Dark, or Light)
| Notes =
| Event Unit = (Unit Name)
| New Kamhime1 = (Unit Name)
| New Kamhime2 =
| New Kamhime3 =
| New Eidolon1 =
| New Eidolon2 =
| New Eidolon3 =
| Add Info =
[/template]
Advent Battle Event Exchange Table
This is the template for adding the exchange tables to event pages. Simply copy the entire thing and add it to the exsisting event page. Not all events

You only need to fill in the (Missing), everything else is filled. CTRL+F and search Missing for locating them, mostly just images and names for the images.

The reason all the numbers are already set is that advent events use the same exchange rates but it's been mentioned that in the future the values have changed.

In case you need to know the abbreviation:
I = Iron
B = Bronze
S = Silver
G = Gold
M = Material
# = Copy# of the item

Example: Eidolon BM3 is the Bronze Material required for the 3rd copy of the Eidolon.

Code:
[template]Kamihime:Event_AdventExchange
| Iron Material = (URL Missing)
| Iron Mat Name = (Missing)
| Bronze Material = (URL Missing)
| Bronze Mat Name = (Missing)
| Silver Material = (URL Missing)
| Silver Mat Name = (Missing)
| Gold Material = (URL Missing)
| Gold Mat Name = (Missing)
| Eidolon Reward = (URL Missing)
| Eidolon Reward Name = (Missing)
| Eidolon IM1 = -
| Eidolon BM1 = 25
| Eidolon SM1 = 15
| Eidolon GM1 = 5
| Eidolon IM2 = -
| Eidolon BM2 = 60
| Eidolon SM2 = 30
| Eidolon GM2 = 20
| Eidolon IM3 = -
| Eidolon BM3 = 100
| Eidolon SM3 = 50
| Eidolon GM3 = 45
| Eidolon IM4 = -
| Eidolon BM4 = 120
| Eidolon SM4 = 70
| Eidolon GM4 = 65
| Eidolon IM5 = -
| Eidolon BM5 = 150
| Eidolon SM5 = 90
| Eidolon GM5 = 80
| SSR Weapon Reward = (URL Missing)
| SSR Weapon Name = (Missing)
| SSR Wep IM1 = 30
| SSR Wep BM1 = 25
| SSR Wep SM1 = 10
| SSR Wep GM1 = -
| SSR Wep IM2 = -
| SSR Wep BM2 = 50
| SSR Wep SM2 = 35
| SSR Wep GM2 = 25
| SSR Wep IM3 = -
| SSR Wep BM3 = 90
| SSR Wep SM3 = 70
| SSR Wep GM3 = 50
| SSR Wep IM4 = -
| SSR Wep BM4 = 120
| SSR Wep SM4 = 90
| SSR Wep GM4 = 70
| SR Weapon 1 Reward = (URL Missing)
| SR Weapon 1 Name = (Missing)
| SR Weapon 2 Reward = (URL Missing)
| SR Weapon 2 Name = (Missing)
| SR Weapon 3 Reward = (URL Missing)
| SR Weapon 3 Name = (Missing)
| SR Wep IM1 = 20
| SR Wep BM1 = 10
| SR Wep SM1 = -
| SR Wep GM1 = -
| SR Wep IM2 = 60
| SR Wep BM2 = 20
| SR Wep SM2 = 15
| SR Wep GM2 = -
| SR Wep IM3 = 100
| SR Wep BM3 = 40
| SR Wep SM3 = 25
| SR Wep GM3 = -
| SR Wep IM4 = 125
| SR Wep BM4 = 50
| SR Wep SM4 = 30
| SR Wep GM4 = -
| Weapon Enhance Reward = (URL Missing)
| Weapon Enhance Name = (Missing)
| Eidolon Enhance Reward = (URL Missing)
| Eidolon Enhance Name = (Missing)
| Enhance IM1 = 10
| Enhance BM1 = 10
| Enhance SM1 = -
| Enhance GM1 = -
| SSR Grim IM1 = -
| SSR Grim BM1 = 50
| SSR Grim SM1 = 35
| SSR Grim GM1 = 15
| SSR Grim IM2 = -
| SSR Grim BM2 = 60
| SSR Grim SM2 = 45
| SSR Grim GM2 = 20
| SSR Grim IM3 = -
| SSR Grim BM3 = 70
| SSR Grim SM3 = 55
| SSR Grim GM3 = 25
| SSR Grim IM4 = -
| SSR Grim BM4 = 70
| SSR Grim SM4 = 55
| SSR Grim GM4 = 35
| SSR Grim IM5 = -
| SSR Grim BM5 = 80
| SSR Grim SM5 = 65
| SSR Grim GM5 = 35
| SR Grim IM1 = 25
| SR Grim BM1 = 20
| SR Grim SM1 = -
| SR Grim GM1 = 5
| SR Grim IM2 = 40
| SR Grim BM2 = 35
| SR Grim SM2 = -
| SR Grim GM2 = 10
| SR Grim IM3 = 55
| SR Grim BM3 = 50
| SR Grim SM3 = -
| SR Grim GM3 = 15
| SR Grim IM4 = 75
| SR Grim BM4 = 60
| SR Grim SM4 = 25
| SR Grim GM4 = 5
| SR Grim IM5 = 90
| SR Grim BM5 = 80
| SR Grim SM5 = 35
| SR Grim GM5 = 10
| HElixir IM1= 3
| HElixir BM1 = 3
| HElixir SM1 = -
| HElixir GM1 = -
| PTicket IM1= 10
| PTicket BM1 = 20
| PTicket SM1 = -
| PTicket GM1 = -
| PTicket IM2 = 50
| PTicket BM2 = 80
| PTicket SM2 = -
| PTicket GM2 = -
| SoulP IM1 = 10
| SoulP BM1 = -
| SoulP SM1 = -
| SoulP GM1 = -
| SoulP IM2 = 15
| SoulP BM2 = 5
| SoulP SM2 = -
| SoulP GM2 = -
| SoulP IM3 =
| SoulP BM3 =
| SoulP SM3 =
| SoulP GM3 =
[/template]

Users Browsing This Page (0 members, 1 guests)