Block reinforcement: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
Block reinforcement is a "soft" method of protecting your property in multiplayer. It allows you to reinforce most hard blocks, requiring other players to break the block multiple times (up to 800 times!) before it actually breaks and drops. There are also locks which let you lock doors and chests, which can be used in combination with reinforcing the door or chest itself.
Block reinforcement is a "soft" method of protecting your property in multiplayer. It allows you to reinforce most hard blocks, requiring other players to break the block multiple times (up to 800 times!) before it actually breaks and drops. There are also locks which let you lock doors and chests, which can be used in combination with reinforcing the door or chest itself.


Another, more secure method of protecting is [[Land claiming]]
Reinforcement is an immersive way to protect your placed blocks.  It has a high material cost but is worthwhile for your high-value blocks.  It can also be used for random blocks in the world (e.g. ores or translocator or wild beehive, though servers could make rules against doing that if it is seen as unfair).  Effectively reinforcement 'tags' the block so that another player who tries to break the block will at least be informed that it is reinforced.  For materials which require a tool to break, it will take a very long time to break a reinforced block and will have a substantial tool cost.  For blocks which break without a tool, there is no significant cost, though the reinforcement is still informative as a 'Please don't touch' notice.  (Any additional consequences for breaking another player's reinforced block may depend on server rules.)  In this way reinforcement ought to discourage casual griefing and accidental breakage.  It will not, however, deter a determined griefer.
 
In a PvP setting, reinforcement could be used to build strong walls and other fortifications, though a determined opponent would still be able to break through eventually.
 
Servers have the option making reinforcement more secure by giving players the privilege <code>denybreakreinforced</code>: this will prevent players from being able to break other player's reinforced blocks using any tool.  Other game systems such as fire or explosions or landslides or cave-ins can still destroy some reinforced blocks, however.
 
Another, much more secure method of protecting is [[Land claiming]].
 
 
=== Blocks which can be reinforced ===


Hard blocks are defined as anything made out of '''stone''', '''metal''', '''wood''',  '''clay''' or '''ceramic''', also regular '''dirt blocks''' and '''ice'''.  Every '''chiselled block''' can be reinforced, it doesn't matter about the material.  '''Fences''' and '''doors''' and '''chests''' are constructed of wood and can therefore be reinforced.  '''Reed baskets''' can be reinforced.  The solid wood trunks and branches of growing trees can be reinforced, growing '''bamboo''' can be reinforced (these are all wood).  Exceptionally, even though they are plants, '''berry bushes''', '''saplings''' and most '''flowers''' can be reinforced - in real life a precious one might be chained or attached to metal stakes or similar.  Even small wooden or ceramic objects or placed lanterns or bunch o' candles can be reinforced - think of it as bolting that thing down firmly!
Hard blocks are defined as anything made out of '''stone''', '''metal''', '''wood''',  '''clay''' or '''ceramic''', also regular '''dirt blocks''' and '''ice'''.  Every '''chiselled block''' can be reinforced, it doesn't matter about the material.  '''Fences''' and '''doors''' and '''chests''' are constructed of wood and can therefore be reinforced.  '''Reed baskets''' can be reinforced.  The solid wood trunks and branches of growing trees can be reinforced, growing '''bamboo''' can be reinforced (these are all wood).  Exceptionally, even though they are plants, '''berry bushes''', '''saplings''' and most '''flowers''' can be reinforced - in real life a precious one might be chained or attached to metal stakes or similar.  Even small wooden or ceramic objects or placed lanterns or bunch o' candles can be reinforced - think of it as bolting that thing down firmly!
Line 7: Line 16:
<strong>Game updates:</strong> As from game version 1.15, plants, leaves, liquid blocks, sand and gravel and snow, and anything else made from these materials, ''cannot'' be reinforced.  Plants here includes grass and all crops, also placed pumpkins and hay blocks (made from grass).  Berry bushes, saplings and flowers are the only exception, these can still be reinforced, see above.  All those other weaker blocks were able to be reinforced in game version 1.14 and below: in older saved games where any of these weaker types of blocks were reinforced, that reinforcement will be automatically removed in 1.15.  It was never intended for crops etc. to be reinforceable using plumb and square!
<strong>Game updates:</strong> As from game version 1.15, plants, leaves, liquid blocks, sand and gravel and snow, and anything else made from these materials, ''cannot'' be reinforced.  Plants here includes grass and all crops, also placed pumpkins and hay blocks (made from grass).  Berry bushes, saplings and flowers are the only exception, these can still be reinforced, see above.  All those other weaker blocks were able to be reinforced in game version 1.14 and below: in older saved games where any of these weaker types of blocks were reinforced, that reinforcement will be automatically removed in 1.15.  It was never intended for crops etc. to be reinforceable using plumb and square!


Reinforcement is an immersive way to protect your placed blocks.  It has a high material cost but is worthwhile for your high-value blocks.  It can also be used for random blocks in the world (e.g. ores or translocator or wild beehive, though servers could make rules against doing that if it is seen as unfair).  Effectively reinforcement 'tags' the block so that another player who tries to break the block will at least be informed that it is reinforced.  For materials which require a tool to break, it will take a very long time to break a reinforced block and will have a substantial tool cost.  For blocks which break without a tool, there is no significant cost, though the reinforcement is still informative as a 'Please don't touch' notice.  (Any additional consequences for breaking another player's reinforced block may depend on server rules.)  In this way reinforcement ought to discourage casual griefing and accidental breakage.  It will not, however, deter a determined griefer.
Server owners can choose to change which blocks are reinforceable, by editing the JSON files for specific blocks.
 
In a PvP setting, reinforcement could be used to build strong walls and other fortifications, though a determined opponent would still be able to break through eventually.


Server owners can choose to change which blocks are reinforceable, by editing the JSON files for specific blocks.


<strong>Basic instructions:</strong>
=== Instructions ===


* Craft yourself a plumb and square
* Craft yourself a plumb and square
Line 47: Line 53:
<code> attributes: { reinforcable: true },</code>
<code> attributes: { reinforcable: true },</code>


Note the spelling!  If attributes are already present, then <code>reinforcable: true,</code> should simply be added within the existing list of attributes.
Note the spelling!  If <code>attributes</code> are already present in the JSON, then <code>reinforcable: true,</code> should simply be added within the existing list of attributes.
Confirmedusers, editor
348

edits