Skip to content

Commit

Permalink
Add achievements for 10, 100 kills
Browse files Browse the repository at this point in the history
Another example of hiding.
  • Loading branch information
jbytheway committed May 3, 2020
1 parent bcdb7ca commit 12231d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/json/achievements.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
"time_constraint": { "since": "game_start", "is": "<=", "target": "1 minute" },
"requirements": [ { "event_statistic": "num_avatar_kills", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_kill_10_monsters",
"type": "achievement",
"name": "Decamate",
"requirements": [ { "event_statistic": "num_avatar_kills", "is": ">=", "target": 10 } ]
},
{
"id": "achievement_kill_100_monsters",
"type": "achievement",
"name": "Centinel",
"hidden_by": [ "achievement_kill_10_monsters" ],
"requirements": [ { "event_statistic": "num_avatar_kills", "is": ">=", "target": 100 } ]
},
{
"id": "achievement_survive_one_day",
"type": "achievement",
Expand Down

0 comments on commit 12231d3

Please sign in to comment.