コード例 #1
0
ファイル: pest.go プロジェクト: runningwild/magnus
func (*Sludge) ModifyBase(b stats.Base) stats.Base {
	b.Acc /= 2
	return b
}