Module:Blast resistance values/doc

From TibiaCraft
Revision as of 22:15, 4 October 2025 by Root (talk | contribs) (Created page with "{{documentation header}} This module lists blast resistance values. It is meant to be the single source for this information; this way, when new blocks are added or values are changed, they can be changed here and automatically propagate everywhere they are used. == Adding values == To add a value, add <code>['block'] = 'value',</code> on a separate line, replacing <code>block</code> with the block's in-game name in lowercase and <code>v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is the documentation page for Module:Blast resistance values

This is the documentation page. It is transcluded into Module:Blast resistance values. See Template:Documentation for more information.

This module lists blast resistance values. It is meant to be the single source for this information; this way, when new blocks are added or values are changed, they can be changed here and automatically propagate everywhere they are used.

Adding values

To add a value, add ['block'] = 'value', on a separate line, replacing block with the block's in-game name in lowercase and value with the correct value, which can be found in the game code.

See also