Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Achievements Additions #72731

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added 4th level of Survivor Achievement
  • Loading branch information
RanikOrtega committed Mar 30, 2024
commit c937dab941645c3ecf134eeb18063dd437518cb3
11 changes: 9 additions & 2 deletions data/json/achievements.json
Original file line number Diff line number Diff line change
@@ -2296,11 +2296,18 @@
"requirements": [ { "event_statistic": "avatar_damage_healed", "is": ">=", "target": 1000, "description": "Heal 1,000 Damage" } ]
},
{
"id": "achievement_heal_3000_damage",
"id": "achievement_heal_2500_damage",
"type": "achievement",
"name": "Veteran Survivor",
"hidden_by": [ "achievement_heal_1000_damage" ],
"requirements": [ { "event_statistic": "avatar_damage_healed", "is": ">=", "target": 3000, "description": "Heal 3,000 Damage" } ]
"requirements": [ { "event_statistic": "avatar_damage_healed", "is": ">=", "target": 2500, "description": "Heal 2,500 Damage" } ]
},
{
"id": "achievement_heal_5000_damage",
"type": "achievement",
"name": "Hardened Survivor",
"hidden_by": [ "achievement_heal_2500_damage" ],
"requirements": [ { "event_statistic": "avatar_damage_healed", "is": ">=", "target": 5000, "description": "Heal 5,000 Damage" } ]
},
{
"id": "achievement_reach_LIXA",
Loading