Compare commits

..

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

16 changed files with 10157 additions and 22245 deletions

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

View File

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