I also noticed in item_armor.cpp and battleutils.cpp that Ochain has been coded into the source as shield size 6.
item_armor.cpp
Code: Select all
// http://www.ffxiah.com/forum/topic/21671/paladin-faq-info-and-trade-studies/33/ <~Aegis and Ochain
int16 pdt = modifier->getModAmount() / 2;
switch(m_shieldSize)
pdt += 22;
break;
case 2: // Round
case 6: // Ochain
pdt += 40;
battleutils.cpp
Code: Select all
base = 30;
break;
case 6: // ochain
base = 110;