Compare commits
4 Commits
b57fa29fae
...
fd33426219
Author | SHA1 | Date |
---|---|---|
|
fd33426219 | |
|
630439bc48 | |
|
a0efc33ec6 | |
|
9180d330d6 |
22
Cargo.toml
|
@ -1,19 +1,21 @@
|
|||
[package]
|
||||
name = "khguide"
|
||||
version = "1.2.0"
|
||||
edition = "2021"
|
||||
version = "1.3.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rinja = "0.3.5"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.118"
|
||||
toml = "0.8.19"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
itertools = "0.13.0"
|
||||
askama = "0.14"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
itertools = "0.14"
|
||||
blake3 = "1.8"
|
||||
|
||||
[features]
|
||||
default = ["bbs", "ddd", "kh3", "kh2"]
|
||||
default = ["bbs", "ddd", "kh3", "kh2", "kh1"]
|
||||
kh1 = []
|
||||
kh2 = []
|
||||
kh3 = []
|
||||
bbs = []
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
kind = "lucid"
|
||||
|
||||
[[shard]]
|
||||
from = "Shadow"
|
||||
chance = 3
|
||||
|
||||
[[shard]]
|
||||
from = "White Mushroom"
|
||||
chance = 100
|
||||
info = "When Gravity is the last spell used"
|
||||
|
||||
[[shard]]
|
||||
from = "Gigas Shadow"
|
||||
chance = "?"
|
||||
info = "% is based on how many Gigas Shadows are defeated"
|
||||
|
||||
[[gem]]
|
||||
from = "Gargoyle"
|
||||
chance = 2
|
||||
|
||||
[[gem]]
|
||||
from = "Wight Knight"
|
||||
chance = 2
|
||||
|
||||
[[gem]]
|
||||
from = "White Mushroom"
|
||||
chance = 10
|
||||
info = "When Gravity is used three times"
|
||||
|
||||
[[crystal]]
|
||||
from = "Darkball"
|
||||
chance = 1
|
|
@ -0,0 +1,28 @@
|
|||
kind = "spirit"
|
||||
|
||||
[[shard]]
|
||||
from = "Large Body"
|
||||
chance = 10
|
||||
|
||||
[[shard]]
|
||||
from = "Soldier"
|
||||
chance = 6
|
||||
|
||||
[[shard]]
|
||||
from = "White Mushroom"
|
||||
chance = 100
|
||||
info = "When Aero is the last spell used"
|
||||
|
||||
[[gem]]
|
||||
from = "Air Soldier"
|
||||
chance = 4
|
||||
|
||||
[[gem]]
|
||||
from = "White Mushroom"
|
||||
chance = 10
|
||||
info = "When Aero is used three times"
|
||||
|
||||
[[stone]]
|
||||
from = "Gigas Shadow"
|
||||
chance = "?"
|
||||
info = "% is based on how many Gigas Shadows are defeated"
|
|
@ -0,0 +1,603 @@
|
|||
[[recipes]]
|
||||
result = "Mega-Potion"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Shard"
|
||||
amount = 4
|
||||
|
||||
[[recipes]]
|
||||
result = "Cottage"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Energy Bangle"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Shard"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Power Chain"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Shard"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Magic Armlet"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "EXP Earring"
|
||||
set = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Fury Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Serenity Power"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Mega-Ether"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril"
|
||||
amount = 2
|
||||
|
||||
[[recipes]]
|
||||
result = "Guard Earring"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Shard"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Angel Bangle"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Gem"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Golem Chain"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Gem"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Rune Armlet"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Moogle Badge"
|
||||
set = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blazing Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lightning Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Orichalcum"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "AP Up"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril"
|
||||
amount = 4
|
||||
|
||||
[[recipes]]
|
||||
result = "Dark Ring"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes]]
|
||||
result = "Master Earring"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Fury Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Gaia Bangle"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lightning Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Titan Chain"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Mythril"
|
||||
set = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mystery Goo"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Elixir"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Shiny Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Crystal"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Orichalcum"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Defense Up"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Shard"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Gem"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Orichalcum"
|
||||
amount = 5
|
||||
|
||||
[[recipes]]
|
||||
result = "Heartguard"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Three Stars"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mystery Goo"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Shiny Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Atlas Armlet"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mystery Goo"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Crystal Crown"
|
||||
set = 4
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Crystal"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Shiny Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blazing Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Dark Matter"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Shard"
|
||||
amount = 9
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Gale"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril"
|
||||
amount = 2
|
||||
|
||||
[[recipes]]
|
||||
result = "Megalixir"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lucid Crystal"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Gale"
|
||||
amount = 2
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Power Up"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Spirit Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 1
|
||||
|
||||
[[recipes]]
|
||||
result = "Cosmic Arts"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Shard"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Gem"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Bright Crystal"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "EXP Bracelet"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Energy Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dazzling Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Stormy Stone"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Orichalcum"
|
||||
amount = 8
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Ribbon"
|
||||
set = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blaze Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Gale"
|
||||
amount = 1
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Serenity Power"
|
||||
amount = 3
|
||||
|
||||
[[recipes]]
|
||||
result = "Fantasista"
|
||||
set = 6
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Fury Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Power Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mythril Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Energy Stone"
|
||||
amount = 5
|
||||
|
||||
[[recipes]]
|
||||
result = "Seven Elements"
|
||||
set = 6
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Blazing Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Frost Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Lightning Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dazzling Stone"
|
||||
amount = 5
|
||||
|
||||
[[recipes]]
|
||||
result = "Ultima Weapon"
|
||||
set = 6
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Thunder Gem"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Mystery Goo"
|
||||
amount = 5
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Serenity Power"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Stormy Stone"
|
||||
amount = 3
|
||||
|
||||
[[recipes.items]]
|
||||
name = "Dark Matter"
|
||||
amount = 3
|
|
@ -0,0 +1,15 @@
|
|||
set export
|
||||
set quiet
|
||||
|
||||
build:
|
||||
mkdir -p ./out
|
||||
rm -rf ./out/*
|
||||
cargo run
|
||||
cp -r ./public ./out/public
|
||||
|
||||
test:
|
||||
cargo test
|
||||
|
||||
format:
|
||||
cargo fix --allow-dirty --allow-staged
|
||||
cargo fmt -- --emit=files
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |