VERSION = 1,

option KatanaStance.AnimationOnly
{
    type = boolean, default = false,
	page = KatanaStance, translation = KatanaStance_AnimationOnly,
}

option KatanaStance.ReqStance1
{
    type = integer, min = 0, max = 10, default = 3,
	page = KatanaStance, translation = KatanaStance_ReqStance1,
}

option KatanaStance.ReqStance2
{
    type = integer, min = 0, max = 10, default = 5,
	page = KatanaStance, translation = KatanaStance_ReqStance2,
}

option KatanaStance.ReqStance3
{
    type = integer, min = 0, max = 10, default = 7,
	page = KatanaStance, translation = KatanaStance_ReqStance3,
}



option KatanaStance.EnduranceLoss1
{
    type = double, min = 0, max = 1, default = 0.02,
	page = KatanaStance, translation = KatanaStance_EnduranceLoss1,
}

option KatanaStance.EnduranceLoss2
{
    type = double, min = 0, max = 1, default = 0.05,
	page = KatanaStance, translation = KatanaStance_EnduranceLoss2,
}

option KatanaStance.EnduranceLoss3
{
    type = double, min = 0, max = 1, default = 0.1,
	page = KatanaStance, translation = KatanaStance_EnduranceLoss3,
}