diff --git a/data/json/items/magazine/20x60mm.json b/data/json/items/magazine/20x60mm.json index b5501a4fa5f92..bc9c4659e99de 100644 --- a/data/json/items/magazine/20x60mm.json +++ b/data/json/items/magazine/20x60mm.json @@ -1,6 +1,7 @@ [ { "id": "20x66_10_mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "RMSA10 20x66mm compact magazine", "description": "A 10 round box magazine for use with the RM228 PDW and RM121 auxiliary shotgun.", @@ -18,6 +19,7 @@ }, { "id": "20x66_20_mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "RMSB20 20x66mm magazine", "description": "A 20 round box magazine for use with the RM20 caseless shotgun.", @@ -35,6 +37,7 @@ }, { "id": "20x66_40_mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "RMSB40 20x66mm extended magazine", "description": "A 40 round box magazine for use with the RM20 caseless shotgun.", diff --git a/data/json/items/magazine/shot.json b/data/json/items/magazine/shot.json index 9b0196fbcd0f1..40ca0d96624b9 100644 --- a/data/json/items/magazine/shot.json +++ b/data/json/items/magazine/shot.json @@ -1,6 +1,7 @@ [ { "id": "saiga10mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "Saiga-12 box magazine", "description": "A removable plastic magazine for the Saiga-12 shotgun. Holds 10 rounds.", @@ -17,6 +18,7 @@ }, { "id": "saiga30mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "Saiga-12 drum magazine", "description": "A removable plastic magazine for the Saiga-12 shotgun. Holds 30 rounds.", @@ -34,6 +36,7 @@ }, { "id": "USAS10mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "USAS-12 box magazine", "description": "A removable plastic magazine for the USAS-12 shotgun. Holds 10 rounds.", @@ -50,6 +53,7 @@ }, { "id": "USAS20mag", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "USAS-12 drum magazine", "description": "A removable plastic magazine for the USAS-12 shotgun. Holds 20 rounds.", @@ -67,6 +71,7 @@ }, { "id": "shotbelt_20", + "//": "Tileset whitelist for shotgun magazines and speedloaders", "type": "MAGAZINE", "name": "shotshell belt", "description": "A non-disintegrating cloth ammo belt which can hold up to 20 shotgun shells. Notably less reliable than metal ammo belts.", @@ -84,6 +89,7 @@ }, { "id": "shot_speedloader6", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "shotgun 6-round speedloader", "description": "A plastic tube with a sliding handle that can be used to quickly load 6 rounds into a shotgun's tube in a much shorter period of time than by hand. It needs to interface with a chute to be used with any speed.", @@ -99,6 +105,7 @@ }, { "id": "shot_speedloader8", + "looks_like": "shotbelt_20", "type": "MAGAZINE", "name": "shotgun 8-round speedloader", "description": "A plastic tube with a sliding handle that can be used to quickly load 8 rounds into a shotgun's tube in a much shorter period of time than by hand. It needs to interface with a chute to be used with any speed.",