v1.2.0
continuous-integration/drone/push Build is passing Details

main
dmitry_k 2023-11-27 20:50:28 +00:00
commit acd3627b58
16 changed files with 22296 additions and 10208 deletions

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

View File

@ -18,6 +18,9 @@
"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.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1 +1,12 @@
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

@ -0,0 +1,48 @@
/* 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;
}