Skip to content

Commit

Permalink
Merge pull request CleverRaven#77046 from casswedson/dont-append
Browse files Browse the repository at this point in the history
asf: don't append near identical descriptions
  • Loading branch information
Night-Pryanik authored Oct 20, 2024
2 parents 4e80d82 + 4869401 commit fb7fcae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/mods/Aftershock/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,14 @@
{
"id": "old",
"name": { "str": "IX-2110 computer" },
"description": "The original Imagos IX-2110, a general use wrist computer originally designed to support operations within hazardous environments. Among the most successful pieces of technology ever created, millions of these were produced and sold to the explorers that first tamed the stars during the early Hyperspace Era. The slow attrition of technological prowess since the discontinuity means its only slightly less capable than its modern counterparts.",
"append": true
"description": "The original Imagos IX-2110, a general use wrist computer originally designed to support operations within hazardous environments. Among the most successful pieces of technology ever created, millions of these were produced and sold to the explorers that first tamed the stars during the early Hyperspace Era. The slow attrition of technological prowess since the discontinuity means its only slightly less capable than its modern counterparts."
},
{
"id": "standard",
"name": { "str": "IX-2330S computer" },
"weight": 0,
"description": "A rugged and radiation shielded wirst computer specifically designed to support salvage operations. It can perform general computing tasks and might be used to interface with most ancient computer systems.",
"color": "dark_gray",
"append": true
"color": "dark_gray"
}
],
"weight": "315 g",
Expand Down

0 comments on commit fb7fcae

Please sign in to comment.