mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
183 B
Rust
9 lines
183 B
Rust
|
ItemDef(
|
||
|
legacy_name: "Vroom Glider",
|
||
|
legacy_description: "goes brrr.",
|
||
|
kind: Glider,
|
||
|
quality: Debug,
|
||
|
tags: [],
|
||
|
ability_spec: Some(Custom("Admin's Eagle")),
|
||
|
)
|