Skip to content

Commit

Permalink
[UnsettlingItems] Edit manifest and remove Data/Achievements edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonqora committed Sep 11, 2020
1 parent 105c111 commit bde53d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions UnsettlingItems/assets/i18n/default.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,5 @@
{
"Changes": [
{
"LogName": "Edit Achievements descriptions",
"Action": "EditData",
"Target": "Data/Achievements",
"Fields": {
"2": {
"1": "Hoard riches for yourself: earn 250,000g"
},
"3": {
"1": "Succumb to the sweet allure of capitalism: earn 1,000,000g"
},
"4": {
"1": "Join the 1%: earn 10,000,000g"
},
"6": {
"1": "Fool some poor sap into thinking you're a decent person. (5 hearts)"
},
"7": {
"1": "Bribe your way into someone's heart. (10 hearts)"
},
"9": {
"1": "Bribe your way into the hearts of 8 people. (10 hearts)"
},
"11": {
"1": "Fool 4 people into thinking you're a decent person. (5 hearts)"
},
"12": {
"1": "Fool 10 people into thinking you're a decent person. (5 hearts)"
},
"13": {
"1": "Fool 20 people into thinking you're a decent person. (5 hearts)"
},
"18": {
"1": "Increase your carbon footprint: upgrade your house."
},
"19": {
"1": "Embrace materialism: upgrade your house to the maximum size."
}
}
},
{
"LogName": "Edit BigCraftablesInformation descriptions",
"Action": "EditData",
Expand Down
2 changes: 1 addition & 1 deletion UnsettlingItems/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Unsettling Item Descriptions",
"Author": "Jonqora and friends",
"Version": "1.0.0-beta.1",
"Description": "Gives item descriptions in the game a little extra flavor.",
"Description": "Gives item descriptions a little extra flavor.",
"UniqueID": "Jonqora.UnsettlingDescriptions",
"MinimumApiVersion": "3.5.0",
"UpdateKeys": [ "Nexus:6822" ],
Expand Down
Binary file modified UnsettlingItems/scripts/__pycache__/file_info.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion UnsettlingItems/scripts/file_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
files_to_convert = [
# filename, separator, name index (-1 if none), description index
['Achievements', "^", 0, 1],
# ['Achievements', "^", 0, 1],
['BigCraftablesInformation', "/", 0, 4],
['Blueprints', "/", 8, 9],
['Boots', "/", 0, 1],
Expand Down

0 comments on commit bde53d6

Please sign in to comment.