Module:Motion value table/config

From The Remnant 2 Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Motion value table/config/doc

local cfg = {}
cfg.i18n = {}

cfg.i18n.terms = {
	attack_string = 'Attack String',
	standard_attack = 'Standard',
	charged_attack = 'Charged',
	neutral_evade = 'Neutral Evade',
	sprint = 'Sprint',
	projectile = 'Projectile',
	value = 'Value',
}

return cfg