Compare commits

..

No commits in common. "acd3627b58d8e233aa4fc034a474f9b6e1474391" and "5f8b14d111c1b61d7308a12f3d0e4f2aa6206540" have entirely different histories.

16 changed files with 10160 additions and 22248 deletions

@ -1 +1 @@
Subproject commit bb57003a8ba28617ccb25c70cfdc603ac9adb5ba
Subproject commit 968ef8850abead11e076b067ab3d1426b250a32d

View File

@ -18,9 +18,6 @@
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [
"styles/item-card.css"
],
"packs": [
{
"name": "sc-items",

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.

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1 @@
{
"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"
}
null

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 +0,0 @@
/* IMAGES */
.image-item-common{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
}
.image-item-uncommon{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp);
height: 65px;
background-size: 300px;
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;
}