Skip to content

Commit

Permalink
Merge pull request #38871 from snipercup/Item-action-name-to-object
Browse files Browse the repository at this point in the history
Item action name to object
  • Loading branch information
ZhilkinSerg authored Mar 18, 2020
2 parents 27a36d0 + 1f3f124 commit 3aacbac
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions data/json/item_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"type": "item_action",
"id": "MAKEMOUND",
"name": "Upturn earth"
"name": { "str": "Upturn earth" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -162,7 +162,7 @@
{
"type": "item_action",
"id": "fireweapon_off",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -197,7 +197,7 @@
{
"type": "item_action",
"id": "transform",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -322,7 +322,7 @@
{
"type": "item_action",
"id": "CAMERA",
"name": "Use camera"
"name": { "str": "Use camera" }
},
{
"type": "item_action",
Expand All @@ -342,7 +342,7 @@
{
"type": "item_action",
"id": "CARVER_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -352,7 +352,7 @@
{
"type": "item_action",
"id": "CHAINSAW_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -377,7 +377,7 @@
{
"type": "item_action",
"id": "COMBATSAW_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -387,7 +387,7 @@
{
"type": "item_action",
"id": "E_COMBATSAW_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -402,7 +402,7 @@
{
"type": "item_action",
"id": "CS_LAJATANG_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -412,7 +412,7 @@
{
"type": "item_action",
"id": "ECS_LAJATANG_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -472,7 +472,7 @@
{
"type": "item_action",
"id": "ELEC_CHAINSAW_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -682,7 +682,7 @@
{
"type": "item_action",
"id": "SOLARPACK",
"name": "Unfold"
"name": { "str": "Unfold" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -712,7 +712,7 @@
{
"type": "item_action",
"id": "NOISE_EMITTER_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -812,7 +812,7 @@
{
"type": "item_action",
"id": "RADIO_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand All @@ -827,7 +827,7 @@
{
"type": "item_action",
"id": "RM13ARMOR_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -857,7 +857,7 @@
{
"type": "item_action",
"id": "SHOCKTONFA_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -912,17 +912,17 @@
{
"type": "item_action",
"id": "TRIMMER_OFF",
"name": "Turn on"
"name": { "str": "Turn on" }
},
{
"type": "item_action",
"id": "UNFOLD_GENERIC",
"name": "Unfold"
"name": { "str": "Unfold" }
},
{
"type": "item_action",
"id": "UNPACK_ITEM",
"name": "Unpack"
"name": { "str": "Unpack" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -1052,7 +1052,7 @@
{
"type": "item_action",
"id": "unfold_vehicle",
"name": "Unfold"
"name": { "str": "Unfold" }
},
{
"type": "item_action",
Expand Down Expand Up @@ -1112,7 +1112,7 @@
{
"type": "item_action",
"id": "weigh_self",
"name": "Use Scale"
"name": { "str": "Use Scale" }
},
{
"type": "item_action",
Expand Down

0 comments on commit 3aacbac

Please sign in to comment.