Module:Blast resistance values

From Tensura Wiki
Jump to navigation Jump to search

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


return {
	['magic engine'] = '10',
	['magic ore'] = '3',
	['charybdis core'] = '0.5',
	['kiln'] = '1200.0',
	['palm log'] = '2.0',
	['palm wood'] = '2.0',
	['stripped palm log'] = '2.0',
	['stripped palm wood'] = '2.0',
}