mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
3283eb6916
- GlideBoost ability - Vroom Glider item - Made possible to attach ability_spec to gliders - Activate glider ability while Glide/GlideWield TODO: - make it visible in voxygen
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")),
|
|
)
|