Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Air Filter Land Mine = 180
Hub Cap Land Mine = 90
Tin Land Mine = 45
(Source = https://7daystodie.gamepedia.com/Air_Filter_Land_Mine )
Hub Cap Land Mine = 15 Block damage
Tin Land Mine = 10 Block damage
So air filter land mine does the most block damage, but only a tiny difference.
Note some do double damage to Zeds.
Also, each mine has an entity and block explosion radius (look in the file to see!)
<block id="431" name="mineCandyTin">
<property name="Explosion.BlockDamage" value="10"/>
<property name="Explosion.EntityDamage" value="45"/> <!-- damage for entities in the center of the explosion. Zombies take 2x
<block id="432" name="mineHubcap">
<property name="Explosion.BlockDamage" value="10"/>
<property name="Explosion.EntityDamage" value="90"/>
<block id="433" name="mineAirFilter">
<property name="Explosion.BlockDamage" value="10"/>
<property name="Explosion.EntityDamage" value="180"/>
<block id="1408" name="rScrapIronPlateMine">
<property name="Explosion.BlockDamage" value="10"/>
<property name="Explosion.EntityDamage" value="75"/> <!-- damage for entities in the center of the explosion. Zombies take 2x
block id="526" name="mineCookingPot">
<property name="Explosion.BlockDamage" value="10"/>
<property name="Explosion.EntityDamage" value="85"/>
This.
Also consider, as mentioned, that they have differing explosion radii.
In blocks.xml; take a look yourself. ("if those values are right", indeed!)