Skip to content

Commit

Permalink
fix: add more calendar challenges, rewards, and overrides (#612)
Browse files Browse the repository at this point in the history
* fix: add more calendar challenges, rewards, and overrides

* chore: some typos
  • Loading branch information
SlayerOrnstein authored Mar 3, 2025
1 parent 473270c commit 81f1ca4
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"/Lotus/StoreItems/Types/Gameplay/NarmerSorties/ArchonCrystalGreen": {
"value": "Emerald Archon Shard"
},
"/Lotus/StoreItems/Types/Items/MiscItems/WeaponMeleeArcaneUnlocker": {
"value": "Melee Arcane Adapter"
},
"/Lotus/StoreItems/Types/Items/MiscItems/WeaponSecondaryArcaneUnlocker": {
"value": "Secondary Arcane Adapter"
},
Expand Down Expand Up @@ -294,6 +297,9 @@
"value": "Starve the beast",
"desc": "Destroy 150 Containers"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium": {
"value": "Kill 500 Enemies"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesWithAbilitiesHard": {
"value": "Demonstration of power",
"desc": "Kill 500 Enemies with Abilities"
Expand Down Expand Up @@ -322,6 +328,13 @@
"value": "Shock and Awe",
"desc": "Kill 75 Scaldra Troops with Abilities"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesHard": {
"value": "Shock and Awe",
"desc": "Kill 250 Scaldra Troops with Abilities"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy": {
"value": "Kill 75 Scaldra Troops with Melee Weapons"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeMedium": {
"value": "Make it personal",
"desc": "Kill 300 Scaldra Troops with Melee Weapons"
Expand All @@ -334,6 +347,13 @@
"value": "Purge the infection",
"desc": "Kill 1,000 Techrot"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesMedium": {
"value": "Purge the infection",
"desc": "Kill 500 Techrot"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium": {
"value": "Kill 200 Techrot with Abilities"
},
"/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithMeleeMedium": {
"value": "Electronic waste Disposal",
"desc": "Kill 200 Techrot with Melee Weapons"
Expand Down Expand Up @@ -374,6 +394,9 @@
"/Lotus/Types/StoreItems/Packages/Calendar/CalendarKuvaBundleSmall": {
"value": "2000 x Kuva"
},
"/Lotus/Types/StoreItems/Packages/Calendar/CalendarVosforPack": {
"value": "Vosfor Cache"
},
"/Lotus/Types/StoreItems/Packages/DeluxeBundles/ProteaDeluxeSkinBundle": {
"value": "Proteus Caladrius Collection"
},
Expand Down Expand Up @@ -431,6 +454,10 @@
"value": "Espresso Shots",
"desc": "Increase energy restoration by 2/s."
},
"/Lotus/Upgrades/Calendar/EnergyWavesOnCombo": {
"value": "Combo Wave",
"desc": "Upon gaining 7x combo multiplier all melee attacks fire off waves of energy."
},
"/Lotus/Upgrades/Calendar/FinisherChancePerComboMultiplier": {
"value": "Combo Killer",
"desc": "Combo Multiplier increases the chance of enemies being susceptible to finishers after a melee hit. 5% per Multiplier Max 65% with Venka Prime."
Expand All @@ -439,6 +466,10 @@
"value": "Toxic Shot",
"desc": "Add 25% Gas Status Chance to Primary and Secondary weapons."
},
"/Lotus/Upgrades/Calendar/GuidingMissilesChance": {
"value": "Tickshots",
"desc": "Shots gain a 10% chance to fire a seeking projectile for each successful hit. Firing weapons reduces the chance by 5%."
},
"/Lotus/Upgrades/Calendar/HealingEffects": {
"value": "Emergency Medicine",
"desc": "All restoration effects provided by Orb pickups increased by 25%."
Expand All @@ -459,6 +490,14 @@
"value": "Targeted Medicine",
"desc": "Shoot Health Orbs to pick them up. Health orbs now have 25% chance to duplicate when picked up."
},
"/Lotus/Upgrades/Calendar/PowerStrengthAndEfficiencyPerEnergySpent": {
"value": "Overpower",
"desc": "Casting abilities increases ability strength by 2% and efficiency by -1% per unit of energy used by ability, for 5s."
},
"/Lotus/Upgrades/Calendar/RadiationProcOnTakeDamage": {
"value": "Psionic Feedback",
"desc": "On Damaged 10% chance to set off a 250 damage, 5m radius blast of radiation on taking damage."
},
"/Lotus/Upgrades/Calendar/RefundBulletOnStatusProc": {
"value": "Free Shot",
"desc": "Triggering a status proc has a 10% chance to reload the triggering bullet into the clip."
Expand Down

0 comments on commit 81f1ca4

Please sign in to comment.