mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Better Damage Descriptions
This commit is contained in:
parent
d0b8bda5cc
commit
98ba5566a3
2 changed files with 6 additions and 4 deletions
|
@ -19,7 +19,7 @@ import net.minecraft.util.IChatComponent;
|
|||
|
||||
public class DamageSources extends DamageSource{
|
||||
|
||||
public static final DamageSource DAMAGE_ATOMIC_RECONSTRUCTOR = new DamageSources("atomicReconstructor", 3).setDamageBypassesArmor();
|
||||
public static final DamageSource DAMAGE_ATOMIC_RECONSTRUCTOR = new DamageSources("atomicReconstructor", 5).setDamageBypassesArmor();
|
||||
|
||||
private int messageCount;
|
||||
|
||||
|
|
|
@ -26,9 +26,11 @@ container.nei.actuallyadditions.booklet.header=The <item>Actually Additions Manu
|
|||
container.nei.actuallyadditions.booklet.noText=Nothing, apparently! But that doesn't matter. Just click the button on the bottom to see the item inside the booklet and look through its pages to find some fancy stuff!
|
||||
|
||||
#Damage Sources
|
||||
death.actuallyadditions.atomicReconstructor.1=The Atomic Reconstructor thought %s were a block and accidentally converted them into ashes
|
||||
death.actuallyadditions.atomicReconstructor.2=%s stood in an Atomic Reconstructor's sight for too long. The laser killed them.
|
||||
death.actuallyadditions.atomicReconstructor.3=This Atomic Reconstructor is now more valuable than the orangs and combined incoms of %s in *subject hometown here*.
|
||||
death.actuallyadditions.atomicReconstructor.1=%s got atomically reconstructed.
|
||||
death.actuallyadditions.atomicReconstructor.2=The Atomic Reconstructor caught %s in its sight.
|
||||
death.actuallyadditions.atomicReconstructor.3=Atomically reconstructing people like %s doesn't appear to work.
|
||||
death.actuallyadditions.atomicReconstructor.4=%s shouldn't have ate that Reconstructor!
|
||||
death.actuallyadditions.atomicReconstructor.5=%s should have used some re-construction foam.
|
||||
|
||||
#Blocks
|
||||
tile.actuallyadditions.blockCompost.name=Compost
|
||||
|
|
Loading…
Reference in a new issue