Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecf3581894 | |||
| e16ef694e7 | |||
| 18fe411902 | |||
| f6f52cb784 | |||
| e761ddb1a0 | |||
| 7a6d4a4ec2 | |||
| e1190e6dff | |||
| 08367ebcc5 | |||
| a31f8d13e3 | |||
| 473dbd9182 | |||
| bd3c2890ba | |||
| ed6dcec741 | |||
| 2f052867c4 | |||
| d25ad43ead | |||
| ba04fb5b54 | |||
| 62d42c397f | |||
| 572012f6e4 | |||
| 199863872e | |||
| eb0481b0f5 | |||
| 728c30dc6d | |||
| f2fdbc0130 | |||
| fed6873b96 | |||
| 6d79cb14ae | |||
| 79252c2e63 | |||
| a480e3a6fa | |||
| 1014596bed |
@@ -0,0 +1,2 @@
|
||||
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||
@@ -1,3 +0,0 @@
|
||||
give @s mw_alko:bottle_water
|
||||
give @s mw_alko:alcohol
|
||||
give @s mw_alko:bottle
|
||||
@@ -1,2 +0,0 @@
|
||||
clear @s mw_alko:bottle 0 1
|
||||
give @s mw_alko:bottle_water 1 0
|
||||
@@ -1 +0,0 @@
|
||||
execute @p ~~~ detect ~~~ minecraft:water 0 function flaskTransform
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:absent
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:alcohol
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:beer
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:bottle
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:bottle_water
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:vine
|
||||
@@ -1 +0,0 @@
|
||||
give @s mw_alko:vodka
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"values": []
|
||||
}
|
||||
@@ -22,32 +22,6 @@
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": true,
|
||||
"effects": [
|
||||
{
|
||||
"name": "nausea",
|
||||
"chance": 1,
|
||||
"duration": 300,
|
||||
"amplifier": 2
|
||||
},
|
||||
{
|
||||
"name": "slowness",
|
||||
"chance": 1,
|
||||
"duration": 60,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "strength",
|
||||
"chance": 1,
|
||||
"duration": 90,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "poison",
|
||||
"chance": 1,
|
||||
"duration": 4,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"on_consume": {
|
||||
"event": "mw_alko:effect"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:choko",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 0
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Шоколадка"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:fish_fillet",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 1
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Рыбное филе"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:fish_steak",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 7
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Рыбный стейк"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:jam",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 2
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Варенье"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "minecraft:glass_bottle"
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:pieapple",
|
||||
"category": "Nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 4
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Яблочный пирог"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 32,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:waffles",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 6
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Вафли"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_item:diamond_dust",
|
||||
"category": "construction"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_item",
|
||||
"frame": 0
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Алмазная пыль"
|
||||
},
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1 +1,40 @@
|
||||
{"format_version": 2, "header": {"description": "Сборник изменений для MW", "name": "MW Different", "uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b", "version": [0, 3, 0], "min_engine_version": [1, 17, 0]}, "modules": [{"description": "Сборник изменений для MW", "type": "data", "uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e", "version": [0, 3, 0]}], "dependencies": [{"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184", "version": [0, 3, 0]}]}
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"description": "Аддон с разными изменениями",
|
||||
"name": "Iroirona mono o oginau by Nyako",
|
||||
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
|
||||
"version": [
|
||||
0,
|
||||
4,
|
||||
0
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
17,
|
||||
0
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"description": "Аддон с разными изменениями",
|
||||
"type": "data",
|
||||
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
|
||||
"version": [
|
||||
0,
|
||||
4,
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
|
||||
"version": [
|
||||
0,
|
||||
4,
|
||||
0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 7.1 KiB |
@@ -1,22 +1,22 @@
|
||||
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grass"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dirt"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dirt"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat_seeds"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:grass"
|
||||
{
|
||||
"item": "minecraft:wheat_seeds"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:grass"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle_water"
|
||||
"identifier": "mw_alko:bottle_water"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" ",
|
||||
" B ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:bucket"
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "mw_alko:bottle"
|
||||
},
|
||||
"B": {
|
||||
"item": "mw_alko:bottle"
|
||||
{
|
||||
"item": "minecraft:potion",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_alko:bottle_water"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:choko"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:choko"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:fish_fillet"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cod"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:fish_fillet",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:fish_steak"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:salmon"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:fish_steak",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:jam"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sweet_berries",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:jam",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "mw_food:pieapple"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"###",
|
||||
"***",
|
||||
"@!@"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"*": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"!": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"@": {
|
||||
"item": "minecraft:egg"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "mw_food:pieapple",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:waffles"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:waffles",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_item:diamond_dust"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_item:diamond_dust",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:diamond_reverse"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "mw_item:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -32,8 +32,8 @@ datarr["header"]["version"] = info_ver
|
||||
datarr["modules"][0]["version"] = info_ver
|
||||
datarr["dependencies"][0]["version"] = info_ver
|
||||
|
||||
json.dump(databr, open("behavior_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False)
|
||||
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False)
|
||||
json.dump(databr, open("behavior_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
|
||||
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
|
||||
|
||||
zip_name_behavior = 'MWAlkoB'
|
||||
directory_name_behavior = 'behavior_pack'
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
https://henrysoftware.itch.io/pixel-food
|
||||
https://janbarboza.itch.io/foods-potions-and-coins
|
||||
@@ -0,0 +1 @@
|
||||
theme: jekyll-theme-midnight
|
||||
@@ -0,0 +1,35 @@
|
||||
## Алкоголь
|
||||
|
||||
[Главная](https://nyako.icu/Minecraft-Behavior-MW/)
|
||||
|
||||
В аддоне присутсвует система алкоголя
|
||||
|
||||
 - Пустая клетка
|
||||
|
||||
### Бутылка 
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Бутылка с водой 
|
||||
|
||||
 + 
|
||||
|
||||
### Алкоголь (Использовать зельеварку)
|
||||
|
||||
 +  =  (Самогон)
|
||||
|
||||
 +  =  (Абсент)
|
||||
|
||||
 +  =  (Водка)
|
||||
|
||||
 +  =  (Пиво)
|
||||
|
||||
 +  =  (Вино)
|
||||
|
||||
### Алкоголь - эффекты
|
||||
|
||||
[Таблица на отдельной странице](https://nyako.icu/Minecraft-Behavior-MW/alkoef)
|
||||
@@ -0,0 +1,11 @@
|
||||
## Алкоголь
|
||||
|
||||
[Главная](https://nyako.icu/Minecraft-Behavior-MW/) / [Алкоголь](https://nyako.icu/Minecraft-Behavior-MW/alko)
|
||||
|
||||
Название | Тошнота | Сила | Замедление | Отравление
|
||||
--- | --- | --- | --- | ---
|
||||
Самогон | I-120с | нет | I-30с | II-4с
|
||||
Абсент | IV-300с | II-90с | II-60с | III-4с
|
||||
Водка | I-100с | I-30с | I-20с | нет
|
||||
Пиво | I-80c | I-20c | нет | нет
|
||||
Вино | I-80c | I-20c | нет | нет
|
||||
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 518 B |
|
After Width: | Height: | Size: 637 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 281 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 311 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 335 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 272 B |
|
After Width: | Height: | Size: 382 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 408 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 592 B |
|
After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 695 B |
|
After Width: | Height: | Size: 278 B |
|
After Width: | Height: | Size: 345 B |
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 519 B |
|
After Width: | Height: | Size: 370 B |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 418 B |
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 147 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 227 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 181 B |
|
After Width: | Height: | Size: 84 B |
|
After Width: | Height: | Size: 133 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 290 B |
|
After Width: | Height: | Size: 526 B |
|
After Width: | Height: | Size: 530 B |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 401 B |