Skip to content

Commit

Permalink
Merge pull request #61517 from nopenoperson/nopenoperson-swordslookslike
Browse files Browse the repository at this point in the history
swords looks_like fix
  • Loading branch information
Rivet-the-Zombie committed Oct 8, 2022
2 parents 5de5b3f + 958d68c commit 64e17c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
{
"id": "lc_cavalry_sabre",
"type": "TOOL",
"looks_like": "cavalry_sabre",
"category": "weapons",
"symbol": "/",
"color": "dark_gray",
Expand Down Expand Up @@ -604,6 +605,7 @@
{
"id": "lc_jian",
"type": "TOOL",
"looks_like": "jian",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -747,6 +749,7 @@
{
"id": "lc_scimitar",
"type": "TOOL",
"looks_like": "scimitar",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -891,6 +894,7 @@
{
"id": "lc_estoc",
"type": "GENERIC",
"looks_like": "estoc",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -1036,6 +1040,7 @@
{
"id": "lc_longsword",
"type": "TOOL",
"looks_like": "longsword",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -1179,6 +1184,7 @@
{
"id": "lc_arming_sword",
"type": "TOOL",
"looks_like": "arming_sword",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -1517,6 +1523,7 @@
{
"id": "lc_wakizashi",
"type": "TOOL",
"looks_like": "wakizashi",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -1634,6 +1641,7 @@
{
"id": "lc_zweihander",
"type": "TOOL",
"looks_like": "zweihander",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -1828,6 +1836,7 @@
{
"id": "lc_nodachi",
"type": "TOOL",
"looks_like": "nodachi",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -2178,6 +2187,7 @@
{
"id": "lc_broadsword",
"type": "TOOL",
"looks_like": "broadsword",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -2333,6 +2343,7 @@
{
"id": "lc_rapier",
"type": "TOOL",
"looks_like": "rapier",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down Expand Up @@ -2451,6 +2462,7 @@
{
"id": "lc_katana",
"type": "TOOL",
"looks_like": "katana",
"category": "weapons",
"symbol": "/",
"ascii_picture": "katana",
Expand Down Expand Up @@ -2731,6 +2743,7 @@
{
"id": "lc_cutlass",
"type": "TOOL",
"looks_like": "cutlass",
"category": "weapons",
"symbol": "/",
"color": "dark_gray",
Expand Down Expand Up @@ -2826,6 +2839,7 @@
{
"id": "kriegsmesser",
"type": "TOOL",
"looks_like": "scimitar",
"symbol": "/",
"color": "light_gray",
"name": { "str": "kriegsmesser" },
Expand All @@ -2848,6 +2862,7 @@
{
"id": "lc_kriegsmesser",
"type": "TOOL",
"looks_like": "kriegsmesser",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
Expand Down

0 comments on commit 64e17c6

Please sign in to comment.