Compare commits

..

No commits in common. "main" and "v1.2.13-dev" have entirely different histories.

15 changed files with 18664 additions and 22036 deletions

@ -1 +1 @@
Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21 Subproject commit 803029bad0952934e1eee196ab2f03afa9c475f4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1 @@
{ null
"id": "36zxREkB2aBDx5xq",
"originalName": "+1 Hand Crossbow",
"localizedName": "",
"description": {
"value": "<div class=\"rd__b rd__b--2\"><p>You have a +1 bonus to attack and damage rolls made with this magic weapon.</p></div>",
"chat": "",
"unidentified": ""
},
"rarity": "uncommon",
"type": "weapon"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,48 +1,10 @@
/* IMAGES */ /* IMAGES */
.image-item-common{ .image-item{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-uncommon{ .container {
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp); display: inline-flex;
height: 65px; width: 200px;
background-size: 300px; height: 50px;
background-repeat: no-repeat;
object-fit: contain;
}
.image-item-rare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
}
.image-item-veryrare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
}
.image-item-legendary{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
}
.image-item-artifact{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }