Skip to content

Commit

Permalink
Manip replacement tutorial radiomessage
Browse files Browse the repository at this point in the history
Tutorial message for replacing a player's matter manipulator, attached to all craftable FU manipulators and ERM's Shardbreaker.
  • Loading branch information
Zarra-0 committed Oct 26, 2023
1 parent 69af0ac commit a39bc88
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
9 changes: 9 additions & 0 deletions items/tools/centensbeamaxe.beamaxe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
[
{ "op": "test", "path": "/radioMessagesOnPickup", "inverse" : true },
{ "op": "add", "path": "/radioMessagesOnPickup", "value": [] }
],
[
{ "op" : "add", "path" : "/radioMessagesOnPickup/-", "value" : "fu_pickupgravgun" }
]
]
4 changes: 3 additions & 1 deletion items/tools/fumastermanipulator.beamaxe
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
"minBeamLines" : 3,
"maxBeamLines" : 5,

"rangeBonus" : 12
"rangeBonus" : 12,

"radioMessagesOnPickup" : [ "fu_pickupgravgun" ]
}
4 changes: 3 additions & 1 deletion items/tools/mmgravgun.beamaxe
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
"minBeamLines" : 1,
"maxBeamLines" : 5,

"rangeBonus" : 1
"rangeBonus" : 1,

"radioMessagesOnPickup" : [ "fu_pickupgravgun" ]
}
4 changes: 3 additions & 1 deletion items/tools/mmgravgun2.beamaxe
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
"minBeamLines" : 1,
"maxBeamLines" : 5,

"rangeBonus" : 2
"rangeBonus" : 2,

"radioMessagesOnPickup" : [ "fu_pickupgravgun" ]
}
4 changes: 3 additions & 1 deletion items/tools/mmgravgun3.beamaxe
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
"minBeamLines" : 3,
"maxBeamLines" : 5,

"rangeBonus" : 3
"rangeBonus" : 3,

"radioMessagesOnPickup" : [ "fu_pickupgravgun" ]
}
8 changes: 8 additions & 0 deletions radiomessages/tutorial.radiomessages.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
"op": "replace",
"path": "/pickupmanipulatormodule/text",
"value": "These useful gadgets are used to upgrade ^orange;tools^reset;, including your ^orange;Matter Manipulator^reset;, from the upgrade interface of your ^orange;Personal Tricorder^reset;. I suggest saving a few for when you build a ^green;Mining laser^reset;."
},
{
"op": "add",
"path": "/fu_pickupgravgun",
"value": {
"type" : "tutorial",
"text" : "It appears you have obtained an upgrade to your ^cyan;Matter Manipulator^reset;. Using the ^orange;Shift + Secondary^reset; functionality of your ^green;Tricorder^reset;, you can replace your current device."
}
}
]

0 comments on commit a39bc88

Please sign in to comment.