Skip to content

Commit

Permalink
Merge pull request #51039 from Maleclypse/Add-Abbreviations/Translati…
Browse files Browse the repository at this point in the history
…on-notes-to-AFS-readme-file

[Aftershock] Add abbreviations/translation notes to afs readme file
  • Loading branch information
Rivet-the-Zombie authored Aug 26, 2021
2 parents c1b8ce9 + 2bc55d3 commit 20b0c03
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
12 changes: 12 additions & 0 deletions data/mods/Aftershock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ Contains json data for npcs and factions; the second is about the new factions P
### spells

Contains json data for all spells that are used to create unique effects in game.

# Abbreviations and Translation notes

| Abbreviation | Description
|--- |---
| `UICA` | "United Interstellar Coordination Agency" Imagine the International Court only handled property disputes and had an army and navy to enforce their
|--- | judgements.
| `UASTA` | UICA Standard. Equipment that was designed to UICA specifications for interstellar use.
| `Moxphore` | A lifeform suffering from the advanced stages of the disease Moxphoria. Moxphoria is almost always fatal but exclusively found on Salus IV.
|Uplift | Animals that have been given intelligence and often a humanoid bipedal body type. Considered distinct from mutated humans and often treated as second |--- | class citizens in human dominated space.
|Vatgrown | Adjective. Describes any being or object that was birthed from an artificial womb whether it's made from unmodded human DNA all the way to |--- | chimeric monstrosities.
|Humaniform |A robot resembling a human.
39 changes: 39 additions & 0 deletions data/mods/Aftershock/achievements/achievements.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,44 @@
"name": "Eradication is the Only Option",
"hidden_by": [ "achievement_kill_10000_moxies" ],
"requirements": [ { "event_statistic": "num_avatar_moxie_kills", "is": ">=", "target": 100000 } ]
},
{
"id": "achievement_kill_uplift",
"type": "achievement",
"name": "I killed Mufasa!",
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 1 } ]
},
{
"id": "achievement_kill_10_uplifts",
"type": "achievement",
"name": "The Food of the Gods",
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 10 } ]
},
{
"id": "achievement_kill_100_uplifts",
"type": "achievement",
"name": "Escape from the Island of Dr Moreau",
"hidden_by": [ "achievement_kill_10_uplifts" ],
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 100 } ]
},
{
"id": "achievement_kill_1000_uplifts",
"type": "achievement",
"name": "Infinity's Shore",
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 1000 } ]
},
{
"id": "achievement_kill_10000_uplifts",
"type": "achievement",
"name": "Blade Runner 2539",
"hidden_by": [ "achievement_kill_1000_uplifts" ],
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 10000 } ]
},
{
"id": "achievement_kill_100000_uplifts",
"type": "achievement",
"name": "Extinction level event",
"hidden_by": [ "achievement_kill_10000_uplifts" ],
"requirements": [ { "event_statistic": "num_avatar_uplift_kills", "is": ">=", "target": 100000 } ]
}
]
6 changes: 3 additions & 3 deletions data/mods/Aftershock/items/comestibles/cheap_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"color": "white",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 2000,
"calories": 400,
"healthy": 3,
"quench": -5,
"description": "A crumbly white pill half the size of your thumb, packed with vitamins and calories. Provides a whole day's nutrition in portable form, but it's a little hard to keep down, thanks to the rancid taste and chalky texture.",
"description": "A crumbly white biscuit half the size of your thumb, packed with vitamins and calories. Provides a whole meal's nutrition in portable form, but it's a little hard to keep down, thanks to the rancid taste and chalky texture.",
"price": 10000,
"volume": "5 ml",
"charges": 5,
Expand All @@ -33,7 +33,7 @@
"copy-from": "water_clean",
"comestible_type": "DRINK",
"color": "white",
"calories": 2000,
"calories": 400,
"healthy": 3,
"description": "Nutriment that has been dissolved in water to dilute its taste. Unnervingly resembles spoiled milk.",
"price": 10000,
Expand Down

0 comments on commit 20b0c03

Please sign in to comment.