20 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	/* This file controls values specifically for Ice & Fire.
 | |
| 	   Material modifiers are set to the base damage of each material's tier.
 | |
| 	   Values are ints, meaning you cannot have values with a decimal point.
 | |
| 	   Valid:
 | |
| 	   - '5'
 | |
| 	   
 | |
| 	   Invalid:
 | |
| 	   - '3.4'
 | |
| 	*/
 | |
| 	"DRAGONSTEEL_FIRE": -6,
 | |
| 	"DRAGONSTEEL_ICE": -6,
 | |
| 	"DRAGONSTEEL_LIGHTNING": -6,
 | |
| 	"DRAGONBONE": 0,
 | |
| 	"DRAGONBONE_FIRE": 0,
 | |
| 	"DRAGONBONE_ICE": 0,
 | |
| 	"DRAGONBONE_LIGHTNING": 0,
 | |
| 	"MYRMEX_DESERT": 0,
 | |
| 	"MYRMEX_JUNGLE": 0
 | |
| } |