mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
271 B
Rust
12 lines
271 B
Rust
|
[
|
||
|
// Legendary staves and sceptres
|
||
|
Set([
|
||
|
"common.items.weapons.staff.phoenix",
|
||
|
"common.items.weapons.staff.laevateinn",
|
||
|
]),
|
||
|
Set([
|
||
|
"common.items.weapons.sceptre.root_evil",
|
||
|
"common.items.weapons.sceptre.caduceus",
|
||
|
]),
|
||
|
]
|