Skip to content

Commit

Permalink
Minor text changes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 2, 2019
1 parent 22be9e4 commit c4518eb
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 25 deletions.
17 changes: 12 additions & 5 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
+ Raised max speed fuel requirement from 5000 to 8000 for Erchius Ghost
+ Removed ice immunity from Erchius Ghost
+ Removed invulnerability from Erchius Ghost (only enables knockback)
+ Updated subtitle of Fuel Hatch to reflect mod changes
+ Updated UI subtitle of Fuel Hatch to reflect mod changes
+ Raised maximum fuel costs from 10/50/500 to 10/100/1000
+ Removed invulnerability from Time Freeze status effect (Time Pierce)
+ Price change on Magnorbs from 5000 PIXELS to 9000 PIXELS
Expand Down Expand Up @@ -1159,9 +1159,9 @@
+ Increased ingot material cost from 5 to 10 for Scientific Teleporter
+ Code cleanup for Teleporter Core patch
+ Updated racial descriptions for Closed Instruments Shop
+ Updated window subtitle for Fuel Hatch to better reflect accepted items
+ Updated UI subtitle for Fuel Hatch to better reflect accepted items
+ Removed snark from options menu
+ Updated subtitle of Weapon Upgrade Anvil to state material used
+ Updated UI subtitle of Weapon Upgrade Anvil to state material used
+ Updated description for normal (casual) difficulty
+ Added item tag REAGENT to Crystal Spookium (solidfuel)
+ Added item tag REAGENT to Peace Credit
Expand Down Expand Up @@ -1295,6 +1295,13 @@
+ Crafting station change from Medical Station to Apothecary for Green Stim
+ Crafting station change from Medical Station to Apothecary for Orange Stim
+ Main ingredient changed from Venom Sample to Bio Sample for Antidote
+ Added new dialog to Tech Lab Scientist about Spike Sphere
+ Updated racial descriptions for Penguin Weapon Shop to reflect new questgiver
+ Updated novakid racial description for Closed Penguin Weapon Shop
+ Updated avian racial description for Tech Dispenser
+ Updated UI subtitle for Treasured Trophies
+ Minor code cleanup for Tech Dispenser patch
+ Updated description for Upgrade Module

### Avali
+ Price change from 12500 PIXELS to 11000 PIXELS for Avali Hoverbike Controller
Expand All @@ -1313,10 +1320,10 @@
+ Added actual racial descriptions for Avali Teleporter
+ Added self-crafting learn on pickup for Avali Flag
+ Renamed Avali Flag to Flag - Avali
+ Updated normal (casual) mode respawn text to match vanilla changes
+ Updated normal (casual) mode respawn text to match mod changes

### Familiars
+ Updated normal (casual) mode respawn text to match vanilla changes
+ Updated normal (casual) mode respawn text to match mod changes
+ Reduced min flicker from 0.95 to 0.99 for Familiar Torch
+ Changed hand-use to 1H for Familiar Torch
+ Added Familiars racial perk of Novakid Glow
Expand Down
13 changes: 8 additions & 5 deletions items/generic/other/upgrademodule.item.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[
{
"op": "add",
"op": "replace",
"path": "/price",
"value": 10000
},
{
"op": "add",
"path": "/itemTags",
"value": [
"reagent"
]
"value": [ "reagent" ]
},
{
"op": "replace",
"path": "/description",
"value": "These modules can be used to upgrade ships."
}
]
]
2 changes: 1 addition & 1 deletion objects/generic/tvstation/tvstation.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"op": "replace",
"path": "/description",
"value": "Once used to broadcast a video signal to an unknown source. An external source has sent a shutdown signal to prevent anyone from using it."
"value": "Once used to broadcast a video signal. An external source has sent a shutdown code; rendering it useless."
},
{
"op": "replace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"op": "replace",
"path": "/description",
"value": "This shop can't afford to stay open. Helping Esther should bring in more people for it!"
"value": "This shop can't afford to stay open. Helping Dr. Akaggy should bring in more people for it!"
},
{
"op": "replace",
Expand All @@ -27,7 +27,7 @@
{
"op": "replace",
"path": "/humanDescription",
"value": "Probably a trading post, yet to be occupied until after I help Esther more."
"value": "Probably a trading post, yet to be occupied until after I help Dr. Akaggy more."
},
{
"op": "replace",
Expand All @@ -37,6 +37,6 @@
{
"op": "replace",
"path": "/novakidDescription",
"value": "An empty shop is a sorry sight to behold. I recon it'll open later."
"value": "An empty shop is a sorry sight to behold. I reckon it'll open later."
}
]
]
14 changes: 6 additions & 8 deletions objects/outpost/techlab/techlabconsole1.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"op": "replace",
"path": "/avianDescription",
"value": "I can buy a tech here."
"value": "I can buy tech here."
},
{
"op": "replace",
Expand Down Expand Up @@ -46,13 +46,11 @@
},
{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/title",
"value": "Tech Dispenser"
},
{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": " ^#b9b5b2;Sells Tech"
"path": "/interactData/paneLayoutOverride/windowtitle",
"value": {
"title": " Tech Dispenser",
"subtitle": " ^#b9b5b2;Dispenses Tech"
}
},
{
"op": "replace",
Expand Down
5 changes: 5 additions & 0 deletions objects/outpost/techlab/techlabscientist.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"op": "add",
"path": "/chatOptions/-",
"value": "Stop asking about the mechs, it's not my job anymore!"
},
{
"op": "add",
"path": "/chatOptions/-",
"value": "We guartentee our spike sphere won't fall off anything."
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": "Curator of mysterious goods!"
"value": "Curator of obscure goods!"
}
]
]

0 comments on commit c4518eb

Please sign in to comment.