veloren/server/data/achievements.ron
Shane Handley e7c47e1d38 Implement basic functionality for recognising achievement updates,
updating associated data and clarifying events
2020-07-13 10:16:38 +10:00

9 lines
148 B
Plaintext

[
(
title: "Collect 5 Apples",
action: CollectItemKind(Consumable(
kind: Apple
)),
target: 5
)
]