mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Renamed components of bow, staff, and sceptre
This commit is contained in:
parent
38cb465722
commit
0a44874e88
@ -65,8 +65,8 @@ impl TagExampleInfo for ModularComponentTag {
|
||||
ToolKind::Hammer => "hammer head",
|
||||
ToolKind::Bow => "bow limbs",
|
||||
ToolKind::Dagger => "dagger blade",
|
||||
ToolKind::Staff => "staff head",
|
||||
ToolKind::Sceptre => "sceptre head",
|
||||
ToolKind::Staff => "fire staff core",
|
||||
ToolKind::Sceptre => "nature sceptre core",
|
||||
// TODO: naming
|
||||
ToolKind::Spear => "spear damage component",
|
||||
ToolKind::Blowgun => "blowgun damage component",
|
||||
@ -81,10 +81,10 @@ impl TagExampleInfo for ModularComponentTag {
|
||||
ToolKind::Sword => "sword hilt",
|
||||
ToolKind::Axe => "axe shaft",
|
||||
ToolKind::Hammer => "hammer shaft",
|
||||
ToolKind::Bow => "bow riser",
|
||||
ToolKind::Dagger => "dagger grip",
|
||||
ToolKind::Staff => "staff shaft",
|
||||
ToolKind::Sceptre => "sceptre shaft",
|
||||
ToolKind::Bow => "bow grip",
|
||||
ToolKind::Dagger => "dagger hilt",
|
||||
ToolKind::Staff => "fire staff grip",
|
||||
ToolKind::Sceptre => "nature sceptre grip",
|
||||
// TODO: naming
|
||||
ToolKind::Spear => "spear held component",
|
||||
ToolKind::Blowgun => "blowgun held component",
|
||||
|
Loading…
Reference in New Issue
Block a user