Compare commits
107 Commits
v1.0.2
..
4d1c7c3642
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d1c7c3642 | |||
| 9535f8f89a | |||
| 020c6f45d5 | |||
| c7e203362c | |||
| 0f8197db8a | |||
| 5354139456 | |||
| 653c9f4503 | |||
| b51a46f719 | |||
| 7e5bfca667 | |||
| f8c0b89410 | |||
| bbb8ed7110 | |||
| 99c2d7575a | |||
| 86b87cfc7c | |||
| 9e837c32b3 | |||
| 46139cc4e1 | |||
| ce26ec331a | |||
| 35d8bf7ee3 | |||
| 3f315d3021 | |||
| a0c67ca16d | |||
| 397e3b3118 | |||
| 71e6701102 | |||
| 98070d533d | |||
| 651c71a8f6 | |||
| 5bc8c60d4c | |||
| d75c1d81e2 | |||
| 71ba40c663 | |||
| efbeec2d1f | |||
| 19e2709b5f | |||
| f949623334 | |||
| 9b7a4d86df | |||
| 437464ddb1 | |||
| eb27a7cf9f | |||
| 1bdcd9facc | |||
| a694bbfe3f | |||
| f0aebce0b8 | |||
| 3acaeb3955 | |||
| 32f3ea96a0 | |||
| b8334e06b8 | |||
| 2241fb8f90 | |||
| 7298b4eaa6 | |||
| 18d7ce0844 | |||
| 055d9bce83 | |||
| c2b2966cb1 | |||
| f195fce8d0 | |||
| a8dacee30e | |||
| b4080349fa | |||
| 9b786be00a | |||
| c7ce626119 | |||
| 1a8efa7833 | |||
| 2a9a289694 | |||
| 9b5e4d6f20 | |||
| bd26ad5d0c | |||
| f89c14bb87 | |||
| 0cd95984e7 | |||
| 9cb84f015f | |||
| 024e158269 | |||
| 700679b015 | |||
| b5625fbe46 | |||
| 6efc9978b7 | |||
| 2960ace1a5 | |||
| 77b8eca657 | |||
| 0a5e13d5ce | |||
| d2f86da178 | |||
| 6c889c546e | |||
| c358a4f034 | |||
| eb37eb4542 | |||
| f6ee748f1f | |||
| d105c84e93 | |||
| f8c49e9192 | |||
| 5cfa38cf70 | |||
| 75b8ab730b | |||
| 35606f8047 | |||
| b46aa0d8b0 | |||
| 8476dc7052 | |||
| 3ff7de3562 | |||
| 95d5effdf7 | |||
| 0f0e3a25e9 | |||
| 811d900e9e | |||
| b9d04c01b2 | |||
| dd61a6af13 | |||
| 5b1857498b | |||
| 6905bc6cba | |||
| 21a14717ea | |||
| da6083a70a | |||
| 3df10cabe1 | |||
| 06b0dc637b | |||
| 35dd076b8d | |||
| fe3a48f084 | |||
| 050186e875 | |||
| 613dc2b09f | |||
| 6d8c73d14e | |||
| 83b5c20bd7 | |||
| fe3ae77750 | |||
| 0966b0693c | |||
| 7ba317698d | |||
| 665e7a8465 | |||
| 1c0a30f7e3 | |||
| bbdbef6351 | |||
| e6f788cc20 | |||
| b511d0fe8c | |||
| f12db3b816 | |||
| 6cc5122b5c | |||
| 27d9d253af | |||
| 3098bd529c | |||
| aa0d8bbbae | |||
| ec676c126d | |||
| cfbf0bf5fb |
@@ -0,0 +1,26 @@
|
||||
name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- run: |
|
||||
zip -r release.zip *
|
||||
- name: Create Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
release.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
@@ -0,0 +1,2 @@
|
||||
SharedData_global.lock
|
||||
._DAV
|
||||
@@ -0,0 +1,8 @@
|
||||
release_module:
|
||||
stage: deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
|
||||
tags:
|
||||
- release-cli
|
||||
script:
|
||||
- release-cli --server-url https://gitlab.j-linn.de --project-id 13 --private-token "$RELEASE_TOKEN" create --name "Release $CI_COMMIT_TAG" --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"
|
||||
@@ -0,0 +1,222 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [To-Do-Liste]
|
||||
|
||||
## [1.1.55] - 2025-01-27
|
||||
Ergänzungen aus der Kampagne "Dragonlance: im Schatten der Drachenkönigin" hinzugefügt
|
||||
|
||||
- Rassen hinzugefügt
|
||||
- Kender (Dragonlance)
|
||||
|
||||
- Hintergründe hinzugefügt
|
||||
- Magier der Hochzauberei (Dragonlance)
|
||||
- Ritter von Solamnia (Dragonlance)
|
||||
|
||||
- Talente hinzugefügt
|
||||
- Adept der roten Robe (Dragonlance)
|
||||
- Adept der schwarzen Robe (Dragonlance)
|
||||
- Adept der weißen Robe (Dragonlance)
|
||||
- Eingeweihter der Hochzauberei (Dragonlance)
|
||||
- Göttlicher Günstling (Dragonlance)
|
||||
- Knappe von Solamnia (Dragonlance)
|
||||
- Ritter der Krone (Dragonlance)
|
||||
- Ritter der Rose (Dragonlance)
|
||||
- Ritter des Schwerts (Dragonlance)
|
||||
|
||||
- Subklassen hinzugefügt
|
||||
- Zauberer:
|
||||
- Mondzauberei (Dragonlance)
|
||||
|
||||
## [1.1.53] - 2025-01-26
|
||||
- Subklassen hinzugefügt
|
||||
- Barde:
|
||||
- Schule des Wissens (SHB)
|
||||
- Schule des Wagemuts (SHB)
|
||||
- Druide:
|
||||
- Zirkel der Sporen (TKmA)
|
||||
- Hexenmeister:
|
||||
- Der Unhold (SHB)
|
||||
- Kleriker:
|
||||
- Domäne des Krieges (SHB)
|
||||
- Domäne des Lichts (SHB)
|
||||
- Zauberer:
|
||||
- Drachenblutlinie (SHB)
|
||||
- Anpassungen
|
||||
- Übersichtstabellen zu den Fähigkeiten in die Subklassenbögen hinzugefügt
|
||||
- Tabellen der Zauberwirker neu erstellt, da Kompatibilitätsprobleme seit der Überarbeitung dieser
|
||||
|
||||
## [1.1.52] - 2024-06-16
|
||||
### Changed
|
||||
- Kompatiblität auf V12
|
||||
- Dateienstruktur geändert und verlinkungen innerhalb der Einträge angepasst
|
||||
- Mehrere Kreaturen eingefügt
|
||||
- Mehrere Magische Gegenstände eingefügt
|
||||
- Erste Itemlisten der magischen Gegenstände eingefügt (Deutsch-Regelwerk/Magische Gegenstände)
|
||||
|
||||
|
||||
## [1.1.47] - 2023-12-29
|
||||
### Changed
|
||||
- Ordnerstruktur zu verschiedenen Kompendien hinzugefügt
|
||||
- Einige Völker auf neue "Race-Sheets" umgestellt
|
||||
- Subclasses hinzugefügt:
|
||||
- Barde:
|
||||
- Schule der Schwerter (XGtE)
|
||||
- Druide:
|
||||
- Zirkel der Sterne (TCoE)
|
||||
- Zirkel der Sporen (TCoE)
|
||||
- Magier:
|
||||
- Schule der Bannmagie (PHB)
|
||||
- Schule der Beschwörung (PHB)
|
||||
- Schule der Erkenntnismagie (PHB)
|
||||
- Schule der Illusion (PHB)
|
||||
- Schule der nekromantie (PHB)
|
||||
- Schule der Verwandlung (PHB)
|
||||
- Schule der Verzauberung (PHB)
|
||||
- Waldläufer:
|
||||
- Jäger (PHB)
|
||||
- Zauber aus Fizbans Schatzkammer der Drachen hinzugefügt
|
||||
- Diverse magische Gegenstände hinzugefügt
|
||||
- Diverse Monster hinzugefügt
|
||||
|
||||
|
||||
## [1.1.44] - 2023-05-28
|
||||
### Changed
|
||||
- Versionsanpassung für FoundyVTT V11
|
||||
|
||||
## [1.1.43] - 2023-04-24
|
||||
### Changed
|
||||
- Mönchsschule: Der Weg des Kensei hinzugefügt
|
||||
|
||||
## [1.1.42] - 2023-04-08
|
||||
### Changed
|
||||
- Diverse Monster hinzugefügt
|
||||
|
||||
## [1.1.41] - 2023-01-10
|
||||
### Changed
|
||||
- Zauber aus Tashas Kessel mit Allem vollständig eingepflegt
|
||||
- Magierzauber in der Zauberliste mit Entsprechenden Schulen ergänzt
|
||||
|
||||
## [1.1.39] - 2023-01-09
|
||||
### Changed
|
||||
- Erste Zauber und beschwörungen aus Tashas kessel mit Allem hinzugefügr
|
||||
- Magier Subclass Orden des Schreibers hinzugefügt
|
||||
- Diverse magische Gegenstände hinzugefügt
|
||||
- Diverse Monster hinzugefügt
|
||||
|
||||
## [1.1.38] - 2022-09-13
|
||||
### Changed
|
||||
- V10 Ready
|
||||
- Fähigkeitenicons von V9 sind nun im Modul zu finden
|
||||
- Pfad der alten Icons auf Modulordner geändert
|
||||
|
||||
## [1.1.36] - 2022-07-04
|
||||
### Changed
|
||||
- Hintergünde überarbeitet (Fähigkeiten hinzugefügt)
|
||||
- Klassen überarbeitet (Fähigkeiten an entsprechende Level gebunden)
|
||||
- Subclasses hinzugefügt
|
||||
- Druiden Zirkel hinzugefügt:
|
||||
-> Zirkel des Landes (PHB)
|
||||
-> Zirkel der Träume (XGtE)
|
||||
-> Zirkel des Hirten (XGtE)
|
||||
|
||||
## [1.1.34] - 2022-05-16
|
||||
### Changed
|
||||
- Barbar Urtümliche Pfade hinzugefügt (SBH & XGtE):
|
||||
- Berserker (SHB), Ahnenwächter (XGtE), Sturmherold (XGtE), Zelot (XGtE)
|
||||
- Diverse Monster & Monsterfähigkeiten hinzugefügt
|
||||
- Diverse Magische Gegenstände hinzugefügt
|
||||
- Kleinere Textanpassungen in allen Bereichen
|
||||
|
||||
## [1.1.33] - 2022-02-16
|
||||
### Changed
|
||||
- Kleriker: Domäne der Schmiede hinzugefügt
|
||||
- Diverse Monster & Monsterfähigkeiten hinzugefügt
|
||||
|
||||
## [1.1.32] - 2022-02-03
|
||||
### Changed
|
||||
- Diverse Waffen, Rüstungen und Werkzeuge hinzugefügt
|
||||
- Beschreibungen einiger Gegenstände angepasst
|
||||
|
||||
## [1.1.31] - 2022-01-18
|
||||
### Changed
|
||||
- 93 Zauber hinzugefügt (Zauber aus "Xanathars Ratgeber für alles" vollständig eingepflegt)
|
||||
- Zauberlisten aller Klassen aktualisiert
|
||||
|
||||
## [1.1.26] - 2022-01-05
|
||||
### Changed
|
||||
- Alle Hintergründe des Spielerhandbuchs und des Abenteuers "The Wild Beyound the Witchlight" hinzugefügt:
|
||||
- Spielerhandbuch: Adeliger, Einsiedler, Gilden-/Zunfthandwerker, Krimineller, Scharlaten, Seemann,
|
||||
Soldat, Sonderling, Strassenkind, Tempeldiener, Unterhaltungskünstler, Volksheld, Weiser
|
||||
- The Wild Beyound the Witchlight: Feylost, Hexenlicht-Hand
|
||||
|
||||
## [1.1.25] - 2021-12-30
|
||||
### Changed
|
||||
- Grundklasse Bloodhunter bis Stufe 20 hinzugefügt
|
||||
- Unterklassen (inc. aller Fähigkeiten) hinzugefügt:
|
||||
-> Mönch: Weg der Offenen Hand
|
||||
-> Bloodhunter: Orden des Geisterjägers
|
||||
-> Kleriker: Domäne des Lebens
|
||||
-> Barbar: Pfad des Totemkriegers
|
||||
|
||||
## [1.1.24] - 2021-12-28
|
||||
### Changed
|
||||
- Grundklassen Mönch mit Fähigkeiten bis Stufe 20 hinzugefügt
|
||||
|
||||
## [1.1.23] - 2021-12-25
|
||||
### Changed
|
||||
- Grundklassen Barbar, Barde mit Fähigkeiten bis Stufe 20 hinzugefügt
|
||||
- Grundklasse Bloodhunter (Homebrew) mit Fähigkeiten bis Stufe 5 hinzugefügt
|
||||
|
||||
## [1.1.21] - 2021-12-21
|
||||
### Changed
|
||||
- Völker Zwerg(PHB), Gnom(PHB), Halbork(PHB),
|
||||
Tritone(XGtE), Kenku(XGtE), Echsenmensch(XGtE),
|
||||
Harengon(TWbTW), Fee(TWbtW) hinzugefügt
|
||||
- Alle Talente hinzugefügt (41x-PHB + 15x-XGtE + 13x-XGtE-Zusatz "Volos Völker")
|
||||
- Klassenfähigkeiten Zauberwirken für alle Klassen hinzugefügt
|
||||
|
||||
## [1.1.20] - 2021-12-04
|
||||
### Changed
|
||||
- Schauerliche Anrufungen des Hexenmeisters hinzugefüht
|
||||
- 175 Zauber hinzugefügt (Zauber des Spielerhandbuchs sind nur vollständig)
|
||||
- Zauberlisten aktualisiert + Zauberliste: Barde hinzugefügt
|
||||
- Waldläufer (Grundklasse) + Archetyp: Herr der Tiere bis lvl 20 hinzugefügt
|
||||
|
||||
## [1.1.18] - 2021-11-25
|
||||
### Changed
|
||||
- Hexenmeister mit den Schutzherren: Erzfee und Großer Alter inc samtlicher Fähigkeiten bis Stufe 20 hinzugefügt.
|
||||
- Druide mit dem Zirkel des Mondes inc sämtlicher Fähigkeiten bis Stufe 20 hinzugefügt
|
||||
- 24 neue Zauber hinzugefügt
|
||||
|
||||
## [1.1.13] - 2021-11-24
|
||||
### Changed
|
||||
- Magier mit Schule der Hervorrufung inc samtlicher Fähigkeiten bis Stufe 20 hinzugefügt.
|
||||
- Paladin mit dem Schwur der Eroberung inc samtlicher Fähigkeiten bis Stufe 20 hinzugefügt.
|
||||
- Diverse Zauber und Heldenfähigkeiten hinzugefügt.
|
||||
- Kleine Anpassungen an vorhandenen Völkern vorgenommen.
|
||||
|
||||
## [1.1.0] - 2021-11-24
|
||||
### Changed
|
||||
- bumped software version to be the first working major/minor compination, official project start.
|
||||
|
||||
## [1.0.4] - 2021-11-23
|
||||
### Added
|
||||
- automated release management
|
||||
- on git tag push a release with the corrosponding version name will be generated.
|
||||
- imported newest compendium changes.
|
||||
|
||||
## [1.0.3] - 2021-11-23
|
||||
### Added
|
||||
- manifest file is now linked in module.json
|
||||
|
||||
## [1.0.2] - 2021-11-23
|
||||
### Added
|
||||
- Download and project url to module.json
|
||||
|
||||
## [1.0.1] - 2021-11-23
|
||||
### Added
|
||||
First release
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 100 KiB |
@@ -0,0 +1,46 @@
|
||||
The dnd5e system for Foundry Virtual Tabletop includes icon artwork licensed from Humble Bundle and from OpenGameArt.org.
|
||||
These icons are packaged with and provided for use in the dnd5e system and may not be redistributed or used outside of Foundry Virtual Tabletop except as permitted by a separate license agreement between the original copyright holder of these icons. These license terms apply to all icons within the following subdirectories:
|
||||
|
||||
/items
|
||||
/skills
|
||||
/spells
|
||||
|
||||
==============================================
|
||||
OpenGameArt.Org Painterly Spell Icons
|
||||
==============================================
|
||||
|
||||
J. W. Bjerk (eleazzaar) -- www.jwbjerk.com/art -- find this and other open art at: http://opengameart.org
|
||||
|
||||
https://opengameart.org/content/painterly-spell-icons-part-1
|
||||
https://opengameart.org/content/painterly-spell-icons-part-2
|
||||
https://opengameart.org/content/painterly-spell-icons-part-3
|
||||
https://opengameart.org/content/painterly-spell-icons-part-4
|
||||
|
||||
==============================================
|
||||
Humble 7000 Game Dev ICONS Bundle EULA
|
||||
==============================================
|
||||
|
||||
https://support.humblebundle.com/hc/en-us/articles/360046217533
|
||||
|
||||
"End Product" means any digital product, games, websites, software, applications, video content, audio content.
|
||||
|
||||
1. Seller grants to the Purchaser a non-exclusive perpetual license to:
|
||||
- use and/or modify or manipulate the Licensed Assets and make a Derivative Work from it;
|
||||
- use Licensed Assets to create an unlimited number of End Products for Sale, in which the End Product for Sale may be sold an unlimited number of times;
|
||||
- use the Licensed Assets in End Product that are either used for the Purchaser's own personal use or used for the Purchaser's commercial use in which case it may be distributed, sold and supplied by the Purchaser for any fee;
|
||||
|
||||
2. A License does not allow the Purchaser to:
|
||||
- Use, sell, share, transfer, give away, sublicense or redistribute the Licensed Asset or Derivative Works other than as part of the relevant End Product;
|
||||
- Extract the Licensed Asset or Derivative Works and use them outside of the relevant End Product.
|
||||
- Use or/and incorporated the Licensed Asset or Derivative Works into a logo, service mark or trademark.
|
||||
- Purchaser may not use the Licensed Asset or Derivative Works in End Product containing models and/or property in a manner that is unlawful, harmful, abusive, racially or ethnically offensive, defamatory, deceptive, infringing, invasive of personal privacy or publicity rights, harassing, humiliating to other people, libelous, obscene, threatening, profane, or promotes racism, bigotry, hatred or physical harm of any kind against any group or individual, or is otherwise objectionable.
|
||||
|
||||
==============================================
|
||||
SVG Icons from Game-Icons.net
|
||||
==============================================
|
||||
|
||||
The dnd5e system for Foundry Virtual Tabletop includes icon artwork licensed from Game-icons.net under the Creative Commons license. These icons are packaged with and provided for use in the dnd5e system under their respective licenses, as noted below.
|
||||
|
||||
/svg/hit-points.svg - "Heart plus" by Zeromancer under CC0 PDD
|
||||
/svg/item-grant.svg - "White book" by Willdabeast under CC BY 3.0
|
||||
/svg/scale-value.svg - "Dice target" by Delapouite under CC BY 3.0
|
||||
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 33 KiB |