差分
+rarity
flammable = true,
type = true,
behavior = true,
rarity = true
}
neutral = '中立的',
hostile = '敵対的'
},
rarity = {
['very common'] = '非常に一般的',
common = '一般的',
uncommon = '時々',
rare = 'まれ',
['very rare'] = '非常にまれ'
}
}
if i18n.behavior[ val ] then
return i18n.behavior[ val ]
end
if i18n.rarity[ val ] then
return i18n.rarity[ val ]
end