Module:Weapons/data/melee

From Soulframe Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Weapons/data/melee/doc

return {

["Rivt-II"] = {
	Attune = 'Courage',
	Attacks = {
		{
			AttackName = "Normal Attack",
			Damage = { Sharp = 20 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.09
		},
		{
			AttackName = "Heavy Attack",
			Damage = { Sharp = 39 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.09
		}
	},
	-- BlockAngle = ?,
	Family = "Rivt",
	-- FollowThrough = ?,
	Image = "Weapon_Rivt-II.png",
	-- InternalName = "?",
	Introduced = "1.1",
	Link = "Rivt-II",
	Level = 0,
	-- MeleeRange = ?,
	Name = "Rivt-II",
	-- SellPrice = ?,
	Skills = 'Short Blades',
	Slot = "Melee",
	Traits = { "Ode'n" },
	Users = { },
	-- WindUp = ?,
	_TooltipAttackDisplay = 1 
},
["Sollos-I"] = {
	Attune = 'Spirit',
	Attacks = {
		{
			AttackName = "Normal Attack",
			Damage = { Sharp = 36 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.08
		},
		{
			AttackName = "Heavy Attack",
			Damage = { Sharp = 71 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.08
		}
	},
	-- BlockAngle = ?,
	Family = "Sollos",
	-- FollowThrough = ?,
	Image = "Weapon_Sollos-I.png",
	-- InternalName = "?",
	Introduced = "1.1",
	Link = "Sollos-I",
	Level = 0,
	-- MeleeRange = ?,
	Name = "Sollos-I",
	-- SellPrice = ?,
	Skills = 'Long Blades',
	Slot = "Melee",
	Traits = { "Ode'n" },
	Users = { },
	-- WindUp = ?,
	_TooltipAttackDisplay = 1 
},
["Vasp-IV"] = {
	Attune = 'Grace',
	Attacks = {
		{
			AttackName = "Normal Attack",
			Damage = { Sharp = 40 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.1
		},
		{
			AttackName = "Heavy Attack",
			Damage = { Sharp = 79 },
			-- FireRate = ?,
			IsSilent = true,
			MortalChance = 0.1
		}
	},
	-- BlockAngle = ?,
	Family = "Vasp",
	-- FollowThrough = ?,
	Image = "Weapon_Vasp-IV.png",
	-- InternalName = "?",
	Introduced = "1.1",
	Link = "Vasp-IV",
	Level = 0,
	-- MeleeRange = ?,
	Name = "Vasp-IV",
	-- SellPrice = ?,
	Skills = 'Polearms',
	Slot = "Melee",
	Traits = { "Ode'n" },
	Users = { },
	-- WindUp = ?,
	_TooltipAttackDisplay = 1 
}

}