Compare commits
	
		
			6 Commits
		
	
	
		
			player-api
			...
			afee335dc2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| afee335dc2 | |||
| 
						 | 
					5da2f3060a | ||
| 
						 | 
					1ff3bb0041 | ||
| 
						 | 
					41b8c3e343 | ||
| 
						 | 
					941bfc27f9 | ||
| 
						 | 
					f991b676f4 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						@@ -4,7 +4,6 @@
 | 
			
		||||
*bak*
 | 
			
		||||
tags
 | 
			
		||||
*.vim
 | 
			
		||||
armor.conf
 | 
			
		||||
 | 
			
		||||
## Eclipse project files & directories
 | 
			
		||||
.project
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										37
									
								
								3d_armor/armor.conf
									
									
									
									
									
										Executable file
									
								
							
							
						
						@@ -0,0 +1,37 @@
 | 
			
		||||
-- Armor Configuration (defaults)
 | 
			
		||||
 | 
			
		||||
-- Increase this if you get initialization glitches when a player first joins.
 | 
			
		||||
ARMOR_INIT_DELAY = 3
 | 
			
		||||
 | 
			
		||||
-- Number of initialization attempts.
 | 
			
		||||
-- Use in conjunction with ARMOR_INIT_DELAY if initialization problems persist.
 | 
			
		||||
ARMOR_INIT_TIMES = 3
 | 
			
		||||
 | 
			
		||||
-- Increase this if armor is not getting into bones due to server lag.
 | 
			
		||||
ARMOR_BONES_DELAY = 3
 | 
			
		||||
 | 
			
		||||
-- How often player armor/wield items are updated.
 | 
			
		||||
ARMOR_UPDATE_TIME = 1
 | 
			
		||||
 | 
			
		||||
-- Drop armor when a player dies.
 | 
			
		||||
-- Uses bones mod if present, otherwise items are dropped around the player.
 | 
			
		||||
ARMOR_DROP = true
 | 
			
		||||
 | 
			
		||||
-- Pulverise armor when a player dies, overrides ARMOR_DROP.
 | 
			
		||||
ARMOR_DESTROY = false
 | 
			
		||||
 | 
			
		||||
-- You can use this to increase or decrease overall armor effectiveness,
 | 
			
		||||
-- eg: ARMOR_LEVEL_MULTIPLIER = 0.5 will reduce armor level by half.
 | 
			
		||||
ARMOR_LEVEL_MULTIPLIER = 1
 | 
			
		||||
 | 
			
		||||
-- You can use this to increase or decrease overall armor healing,
 | 
			
		||||
-- eg: ARMOR_HEAL_MULTIPLIER = 0 will disable healing altogether.
 | 
			
		||||
ARMOR_HEAL_MULTIPLIER = 1
 | 
			
		||||
 | 
			
		||||
-- You can also use this file to execute arbitary lua code
 | 
			
		||||
-- eg: Dumb the armor down if using Simple Mobs
 | 
			
		||||
--if minetest.get_modpath("mobs") then
 | 
			
		||||
--	ARMOR_LEVEL_MULTIPLIER = 1
 | 
			
		||||
--	ARMOR_HEAL_MULTIPLIER = 0
 | 
			
		||||
--end
 | 
			
		||||
 | 
			
		||||
@@ -467,3 +467,5 @@ if armor.config.water_protect == true or armor.config.fire_protect == true then
 | 
			
		||||
		armor.timer = 0
 | 
			
		||||
	end)
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
minetest.log("action", "[3d_armor] loaded.")
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 548 B  | 
| 
		 Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 937 B  | 
| 
		 Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 602 B  | 
| 
		 Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 903 B  | 
| 
		 Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 821 B  | 
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 236 B  | 
| 
		 Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 872 B  | 
| 
		 Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 779 B  | 
| 
		 Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 854 B  | 
| 
		 Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 530 B  | 
| 
		 Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 783 B  | 
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 501 B  | 
| 
		 Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 3.8 KiB  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 4.9 KiB  | 
| 
		 Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 2.5 KiB  | 
| 
		 Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 3.3 KiB  | 
| 
		 Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 613 B  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 6.6 KiB  | 
| 
		 Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 2.0 KiB  | 
| 
		 Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 2.7 KiB  | 
| 
		 Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 3.2 KiB  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 869 B  | 
| 
		 Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 796 B  | 
| 
		 Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 3.5 KiB  | 
| 
		 Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 494 B  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 834 B  | 
| 
		 Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 1.3 KiB  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 586 B  | 
| 
		 Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 732 B  | 
| 
		 Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 1.0 KiB  | 
| 
		 Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 932 B  | 
| 
		 Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 471 B  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 2.2 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 2.0 KiB  | 
| 
		 Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 1.9 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 129 B  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 1.9 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 2.0 KiB  | 
| 
		 Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 2.0 KiB  | 
| 
		 Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 142 B  | 
| 
		 Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 2.2 KiB  | 
| 
		 Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 2.2 KiB  | 
| 
		 Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 138 B  | 
| 
		 Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 2.5 KiB  | 
| 
		 Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 1.8 KiB  | 
| 
		 Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 2.1 KiB  | 
| 
		 Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 1.8 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 2.2 KiB  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 154 B  | 
| 
		 Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 1.5 KiB  | 
| 
		 Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 1.8 KiB  | 
| 
		 Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 1.3 KiB  | 
| 
		 Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 2.6 KiB  | 
| 
		 Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 351 B  |