Recipes and textures

master
NPXcoot 2016-10-16 12:09:08 +02:00
parent a51ea02eac
commit a5d48e9552
315 changed files with 196 additions and 89 deletions

View File

@ -1,2 +1,3 @@
default
mobs
farming

View File

@ -1,6 +1,5 @@
if minetest.get_modpath("3d_armor") then
local path = minetest.get_modpath("nssm")
--Armors
local stats = {
@ -33,25 +32,25 @@ local path = minetest.get_modpath("nssm")
for k, v in pairs(stats) do
minetest.register_tool("nssm:helmet_"..k, {
description = v.name.." Helmet",
inventory_image =(path.."/textures/armors/inv_helmet_"..k..".png"),
inventory_image ="inv_helmet_"..k..".png",
groups = {armor_head=math.floor(4*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("nssm:chestplate_"..k, {
description = v.name.." Chestplate",
inventory_image =(path.."/textures/armors/inv_chestplate_"..k..".png"),
inventory_image ="inv_chestplate_"..k..".png",
groups = {armor_torso=math.floor(6*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("nssm:leggings_"..k, {
description = v.name.." Leggings",
inventory_image = (path.."/textures/armors/inv_leggings_"..k..".png"),
inventory_image = "inv_leggings_"..k..".png",
groups = {armor_legs=math.floor(5*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("nssm:boots_"..k, {
description = v.name.." Boots",
inventory_image =(path.."/textures/armors/inv_boots_"..k..".png"),
inventory_image ="inv_boots_"..k..".png",
groups = {armor_feet=math.floor(3*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
@ -105,7 +104,7 @@ local path = minetest.get_modpath("nssm")
for k, v in pairs(stats) do
minetest.register_tool("nssm:shield_"..k, {
description = v.name.." Shield",
inventory_image =(path.."/textures/armors/inv_shield_"..k..".png"),
inventory_image ="inv_shield_"..k..".png",
groups = {armor_head=math.floor(5*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
@ -137,14 +136,14 @@ local stats = {
for k, v in pairs(stats) do
minetest.register_tool("nssm:helmet_"..k, {
description = v.name.." ",
inventory_image =(path.."/textures/armors/inv_helmet_"..k..".png"),
inventory_image ="inv_helmet_"..k..".png",
groups = {armor_shield=math.floor(5*v.armor), armor_heal=v.heal, armor_use=v.use},
wear = 0,
})
minetest.register_tool("nssm:chestplate_snake", {
description = "Snake Scute Chestplate",
inventory_image =(path.."/textures/armors/inv_chestplate_snake.png"),
inventory_image ="inv_chestplate_snake.png",
groups = {armor_torso=40, armor_heal=0, armor_use=100},
wear = 0,
})

View File

@ -1,5 +1,3 @@
local path = minetest.get_modpath("nssm")
--non eatable craftitems
@ -7,7 +5,7 @@ function nssm_register_noneatcraftitems (name, descr)
minetest.register_craftitem("nssm:"..name, {
description = descr,
image = (path.. "/textures/craftitems/"..name..".png"),
image = name..".png",
})
end
@ -77,7 +75,7 @@ function nssm_register_eatcraftitems (name, descr, gnam)
minetest.register_craftitem("nssm:"..name, {
description = descr,
image = (path.. "/textures/food/"..name..".png"),
image =name..".png",
on_use = minetest.item_eat(gnam),
groups = { meat=1, eatable=1 },
})
@ -600,14 +598,15 @@ minetest.register_tool("nssm:felucco_knife", {
},
})
--[[
farming:register_hoe("nssm:felucco_hoe", {
Bisognava dare la dipendenza da farming... Ma mi da ancora degli errori!
farming:register_hoe(":farming:felucco_hoe", {
description = "Felucco Hoe",
inventory_image = "felucco_hoe.png",
max_uses = 290,
material = "nssm:felucco_horn"
})
farming:register_hoe("nssm:ant_hoe", {
farming:register_hoe(":farming:ant_hoe", {
description = "Ant Hoe",
inventory_image = "ant_hoe.png",
max_uses = 350,
@ -833,9 +832,8 @@ minetest.register_tool("nssm:death_scythe", {
minetest.register_craft({
output = 'nssm:web_string',
recipe = {
{'nssm:web', 'nssm:web', ''},
{'nssm:web', 'nssm:web', ''},
{'', '', ''},
{'nssm:web', 'nssm:web'},
{'nssm:web', 'nssm:web'},
}
})
@ -851,36 +849,34 @@ minetest.register_craft({
minetest.register_craft({
output = 'nssm:mantis_sword',
recipe = {
{'', 'nssm:mantis_claw', ''},
{'', 'nssm:mantis_claw', ''},
{'', 'group:stick', ''},
{'nssm:mantis_claw'},
{'nssm:mantis_claw'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:masticone_fang_sword',
recipe = {
{'', 'nssm:masticone_fang', 'nssm:masticone_fang'},
{'', 'nssm:masticone_fang', ''},
{'', 'group:stick', ''},
{'nssm:masticone_fang', 'nssm:masticone_fang'},
{'nssm:masticone_fang', ''},
{'group:stick', ''},
}
})
minetest.register_craft({
output = 'nssm:black_ice_tooth',
recipe = {
{'', 'nssm:black_sand', ''},
{'', 'nssm:ice_tooth', ''},
{'', '', ''},
}
type = "shapeless",
recipe = {'nssm:black_sand', 'nssm:ice_tooth'},
})
minetest.register_craft({
output = 'nssm:crab_light_mace',
recipe = {
{'', 'nssm:crab_chela', ''},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
{'nssm:crab_chela'},
{'group:stick'},
{'group:stick'},
}
})
@ -922,11 +918,8 @@ minetest.register_craft({
minetest.register_craft({
output = 'nssm:mese_egg',
recipe = {
{'nssm:tarantula_chelicerae', 'nssm:helmet_masticone_crowned', 'nssm:eyed_tentacle'},
{'nssm:black_ice_tooth', 'nssm:superior_energy_globe', 'nssm:sky_feather'},
{'nssm:cursed_pumpkin_seed', 'nssm:ant_queen_abdomen', 'nssm:snake_scute'},
}
type = "shapeless",
recipe = {'nssm:tarantula_chelicerae', 'nssm:helmet_masticone_crowned', 'nssm:eyed_tentacle','nssm:black_ice_tooth', 'nssm:superior_energy_globe', 'nssm:sky_feather','nssm:cursed_pumpkin_seed', 'nssm:ant_queen_abdomen', 'nssm:snake_scute'}
})
--[[minetest.register_craft({
@ -940,11 +933,8 @@ minetest.register_craft({
minetest.register_craft({
output = 'nssm:eyed_tentacle',
recipe = {
{'', 'nssm:lava_titan_eye', ''},
{'', 'nssm:tentacle_curly', ''},
{'', '', ''},
}
type = "shapeless",
recipe = {'nssm:lava_titan_eye','nssm:tentacle_curly'}
})
--[[
minetest.register_craft({
@ -957,43 +947,40 @@ minetest.register_craft({
})]]
minetest.register_craft({
output = 'nssm:rope 16',
output = 'nssm:rope 12',
recipe = {
{'', 'nssm:web', ''},
{'', 'nssm:web', ''},
{'', 'nssm:web', ''},
{'nssm:web_string'},
{'nssm:web_string'},
{'nssm:web_string'},
}
})
minetest.register_craft({
output = 'nssm:sky_feather',
recipe = {
{'', '', ''},
{'nssm:sun_feather', '', 'nssm:night_feather'},
{'', '', ''},
}
type = "shapeless",
recipe = {'nssm:sun_feather','nssm:night_feather'}
})
minetest.register_craft({
output = 'nssm:sun_sword',
recipe = {
{'', 'default:diamond', ''},
{'', 'nssm:sun_feather', ''},
{'', 'group:stick', ''},
{'default:diamond'},
{'nssm:sun_feather'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:night_sword',
recipe = {
{'', 'default:diamond', ''},
{'', 'nssm:night_feather', ''},
{'', 'group:stick', ''},
{'default:diamond'},
{'nssm:night_feather'},
{'group:stick'},
}
})
function nssm_register_yummy (ingredient, dish, tictac)
function nssm_register_recip (ingredient, dish, tictac)
minetest.register_craft({
type = "cooking",
@ -1004,41 +991,92 @@ minetest.register_craft({
end
minetest_register_yummy ('worm_flesh', 'roasted_worm_flesh', 12)
minetest_register_yummy ('duck_legs', 'roasted_duck_legs', 6)
minetest_register_yummy ('spider_leg', 'roasted_spider_leg', 6)
minetest_register_yummy ('werewolf_leg', 'roasted_werewolf_leg', 10)
minetest_register_yummy ('brain', 'roasted_brain', 6)
minetest_register_yummy ('amphibian_heart', 'roasted_amphibian_heart', 6)
minetest_register_yummy ('tentacle', 'roasted_tentacle', 6)
minetest_register_yummy ('frosted_amphibian_heart', 'amphibian_heart', 8)
minetest_register_yummy ('heron_leg', 'chichibios_heron_leg', 20)
minetest_register_yummy ('raw_scrausics_wing', 'spicy_scrausics_wing', 12)
minetest_register_yummy ('ant_leg', 'roasted_ant_leg', 6)
minetest_register_yummy ('crocodile_tail', 'roasted_crocodile_tail', 16)
minetest_register_yummy ('dolidrosaurus_fin', 'roasted_dolidrosaurus_fin', 8)
minetest_register_yummy ('amphibian_ribs', 'roasted_amphibian_ribs', 12)
minetest_register_yummy ('mantis_meat', 'roasted_mantis_meat', 6)
minetest_register_yummy ('spider_meat', 'roasted_spider_meat', 6)
minetest_register_yummy ('silk_gland', 'roasted_silk_gland', 4)
minetest_register_yummy ('larva_juice', 'larva_soup', 20)
nssm_register_recip ('worm_flesh', 'roasted_worm_flesh', 12)
nssm_register_recip ('duck_legs', 'roasted_duck_legs', 6)
nssm_register_recip ('spider_leg', 'roasted_spider_leg', 6)
nssm_register_recip ('werewolf_leg', 'roasted_werewolf_leg', 10)
nssm_register_recip ('brain', 'roasted_brain', 6)
nssm_register_recip ('amphibian_heart', 'roasted_amphibian_heart', 6)
nssm_register_recip ('tentacle', 'roasted_tentacle', 6)
nssm_register_recip ('frosted_amphibian_heart', 'amphibian_heart', 8)
nssm_register_recip ('heron_leg', 'chichibios_heron_leg', 20)
nssm_register_recip ('raw_scrausics_wing', 'spicy_scrausics_wing', 12)
nssm_register_recip ('ant_leg', 'roasted_ant_leg', 6)
nssm_register_recip ('crocodile_tail', 'roasted_crocodile_tail', 16)
nssm_register_recip ('dolidrosaurus_fin', 'roasted_dolidrosaurus_fin', 8)
nssm_register_recip ('amphibian_ribs', 'roasted_amphibian_ribs', 12)
nssm_register_recip ('mantis_meat', 'roasted_mantis_meat', 6)
nssm_register_recip ('spider_meat', 'roasted_spider_meat', 6)
nssm_register_recip ('silk_gland', 'roasted_silk_gland', 4)
nssm_register_recip ('larva_juice', 'larva_soup', 20)
minetest.register_craft({
output = 'nssm:larva_juice',
recipe = {
{'', '', ''},
{'', 'nssm:larva_meat', ''},
{'', 'buckets:empty_bucket', ''},
}
type = "shapeless",
recipe = {'nssm:larva_meat','buckets:empty_bucket'}
})
minetest.register_craft({
output = 'nssm:ant_sword',
recipe = {
{'', 'nssm:ant_mandible', ''},
{'', 'nssm:ant_mandible', ''},
{'nssm:ant_mandible'},
{'nssm:ant_mandible'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:ant_billhook',
recipe = {
{'nssm:ant_mandible', 'nssm:ant_mandible'},
{'nssm:ant_mandible', 'group:stick'},
{'', 'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:ant_shovel',
recipe = {
{'nssm:ant_mandible'},
{'group:stick'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:duck_beak_shovel',
recipe = {
{'nssm:duck_beak'},
{'group:stick'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:duck_beak_pick',
recipe = {
{'nssm:duck_beak', 'nssm:duck_beak', 'nssm:duck_beak'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
}
})
minetest.register_craft({
output = 'nssm:ant_hoe',
recipe = {
{'nssm:ant_mandible', 'nssm:ant_mandible'},
{'', 'group:stick'},
{'', 'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:ant_pick',
recipe = {
{'nssm:ant_mandible', 'nssm:ant_mandible', 'nssm:ant_mandible'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
}
})
@ -1061,6 +1099,75 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'nssm:felucco_knife',
recipe = {
{'nssm:felucco_horn'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:little_ice_tooth_knife',
recipe = {
{'nssm:little_ice_tooth'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:manticore_knife',
recipe = {
{'nssm:manticore_spine'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:felucco_hoe',
recipe = {
{'nssm:felucco_horn', 'nssm:felucco_horn'},
{'', 'group:stick'},
{'', 'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:mantis_pick',
recipe = {
{'nssm:mantis_claw', 'nssm:mantis_claw', 'nssm:mantis_claw'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
}
})
minetest.register_craft({
output = 'nssm:mantis_axe',
recipe = {
{'nssm:mantis_claw', 'nssm:mantis_claw'},
{'nssm:mantis_claw', 'group:stick'},
{'', 'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:tarantula_warhammer',
recipe = {
{'tarantula_chelicerae'},
{'group:stick'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'nssm:mantis_battleaxe',
recipe = {
{'nssm:mantis_claw', 'nssm:mantis_claw', 'nssm:mantis_claw'},
{'nssm:mantis_claw', 'group:stick', 'nssm:mantis_claw'},
{'', 'group:stick', ''},
}
})
minetest.register_craft({
output = 'nssm:axe_of_pride',
recipe = {
@ -1082,18 +1189,18 @@ minetest.register_craft({
minetest.register_craft({
output = 'nssm:sword_of_envy',
recipe = {
{'', 'nssm:envious_moranga', ''},
{'', 'nssm:envious_moranga', ''},
{'', 'nssb:moranga_ingot', ''},
{'nssm:envious_moranga'},
{'nssm:envious_moranga'},
{'nssb:moranga_ingot'},
}
})
minetest.register_craft({
output = 'nssm:sword_of_eagerness',
recipe = {
{'', 'nssm:slothful_moranga', ''},
{'', 'nssm:slothful_moranga', ''},
{'', 'nssb:moranga_ingot', ''},
{'nssm:slothful_moranga'},
{'nssm:slothful_moranga'},
{'nssb:moranga_ingot'},
}
})
@ -1131,7 +1238,7 @@ function nssm_register_egg (name, descr)
minetest.register_craftitem("nssm:".. name .."_egg", {
description = descr .. " Egg",
image = (path.. "/textures/eggs/"..name.."_egg.png"),
image = name.."_egg.png",
on_place = function(itemstack, placer, pointed_thing)
local pos1=minetest.get_pointed_thing_position(pointed_thing, true)
pos1.y=pos1.y+1.5

View File

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 803 B

View File

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

View File

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

View File

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 790 B

View File

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

View File

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 833 B

View File

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 643 B

View File

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 644 B

View File

Before

Width:  |  Height:  |  Size: 639 B

After

Width:  |  Height:  |  Size: 639 B

View File

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

View File

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

View File

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 383 B

View File

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 513 B

View File

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 767 B

View File

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 645 B

View File

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 830 B

View File

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 859 B

View File

Before

Width:  |  Height:  |  Size: 724 B

After

Width:  |  Height:  |  Size: 724 B

View File

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 872 B

View File

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 759 B

View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

View File

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 712 B

View File

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 893 B

View File

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

View File

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 559 B

View File

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 701 B

View File

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 859 B

View File

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 691 B

View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

View File

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 826 B

View File

Before

Width:  |  Height:  |  Size: 795 B

After

Width:  |  Height:  |  Size: 795 B

View File

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B

View File

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 801 B

View File

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 817 B

View File

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B

View File

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

View File

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 672 B

View File

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 859 B

View File

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 959 B

View File

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 903 B

View File

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 886 B

View File

Before

Width:  |  Height:  |  Size: 955 B

After

Width:  |  Height:  |  Size: 955 B

View File

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 907 B

View File

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 915 B

View File

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

View File

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 909 B

View File

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 844 B

View File

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View File

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 914 B

View File

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 480 B

View File

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 839 B

View File

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 939 B

View File

Before

Width:  |  Height:  |  Size: 838 B

After

Width:  |  Height:  |  Size: 838 B

View File

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 775 B

View File

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 800 B

View File

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 772 B

View File

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View File

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 221 B

View File

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 285 B

View File

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 289 B

View File

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B

View File

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View File

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 345 B

View File

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 333 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B

View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

View File

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 333 B

View File

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View File

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

View File

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View File

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 557 B

View File

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 520 B

View File

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 326 B

View File

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 342 B

View File

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 339 B

View File

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 534 B

View File

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 196 B

View File

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 301 B

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 537 B

View File

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

View File

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 396 B

View File

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

View File

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 617 B

View File

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 539 B

View File

Before

Width:  |  Height:  |  Size: 564 B

After

Width:  |  Height:  |  Size: 564 B

View File

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 549 B

View File

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 413 B

View File

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 463 B

View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

View File

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

View File

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 238 B

View File

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

View File

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 440 B

Some files were not shown because too many files have changed in this diff Show More