Skip to content

Commit

Permalink
Minor text updates for ship objects
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 27, 2019
1 parent 269e7b9 commit 6448c7b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1665,3 +1665,6 @@
+ Added configuration support for script for `st_humanInferiority`
+ Added effect configuration for `st_avianFallResist`
+ Added effect configuration for `st_humanInferiority`
+ Updated descriptions of all seven fuel hatches to use broader definitions of fuel
+ Updated subtitle for Research Station to indicate it crafts augments
+ Updated racial descriptions for Research Station to indicate it crafts augments
4 changes: 2 additions & 2 deletions objects/ship/apexfuelhatch/apexfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/avianfuelhatch/avianfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/floranfuelhatch/floranfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/glitchfuelhatch/glitchfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/humanfuelhatch/humanfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/hylotlfuelhatch/hylotlfuelhatch.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
4 changes: 2 additions & 2 deletions objects/ship/novakidfuelhatch/novakidfuelhatch.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"op": "replace",
"path": "/description",
"value": "Accepts spookium, solarium, and various other fuels for the ship's FTL dive."
"value": "Accepts irradiated materials for the ship's FTL dive."
}
]
]
10 changes: 5 additions & 5 deletions objects/ship/researchstation/researchstation.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": " Develop specialized technologies"
"value": " Develop specialized augmentations"
},
{
"op": "replace",
"path": "/apexDescription",
"value": "I can create specialized stations and devices with this."
"value": "I can create augment chips with this."
},
{
"op": "replace",
"path": "/humanDescription",
"value": "I can craft specialized items here!"
"value": "I can craft augments here!"
},
{
"op": "replace",
"path": "/novakidDescription",
"value": "I can create all kinda specialized things here!"
"value": "I can create all kinda augments here!"
}
]
]

0 comments on commit 6448c7b

Please sign in to comment.