Compare commits

..

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

8 changed files with 19641 additions and 19556 deletions

@ -1 +1 @@
Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21 Subproject commit bb57003a8ba28617ccb25c70cfdc603ac9adb5ba

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,86 @@
[
{ {
"id": "36zxREkB2aBDx5xq", "id": "RSsV6zTjOrXiKsB2",
"originalName": "+1 Hand Crossbow", "originalName": "",
"localizedName": "", "localizedName": "",
"description": { "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>", "value": null,
"chat": "", "chat": null,
"unidentified": "" "unidentified": null
}, },
"rarity": "uncommon", "rarity": "artifact",
"type": "weapon" "type": "weapon"
},
{
"id": "bS3Y4Our7FhChUNH",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "legendary",
"type": "consumable"
},
{
"id": "TVwRA331d4hhMhCj",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "",
"type": "weapon"
},
{
"id": "J1x1nWXmZVHbrTu4",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "",
"type": "weapon"
},
{
"id": "1ejpWwiymPyjpBKw",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "legendary",
"type": "consumable"
},
{
"id": "3BlP8nS9VAw0aZ0z",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "artifact",
"type": "weapon"
},
{
"id": "LsxuFLgG8qLLmAwQ",
"originalName": "",
"localizedName": "",
"description": {
"value": null,
"chat": null,
"unidentified": null
},
"rarity": "legendary",
"type": "consumable"
} }
]

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,52 @@
/* IMAGES */ /* IMAGES */
.image-item-common{ .image-item-common{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp); 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{ .image-item-uncommon{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp); 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{ .image-item-rare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp); 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{ .image-item-veryrare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp); 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{ .image-item-legendary{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp); 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{ .image-item-artifact{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp);
height: 65px; }
.container {
display: inline-flex;
width: 200px;
height: 50px;
}
/* background */
/* IMAGES */
.image-item{
background-image:url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp);
/* content: url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp); */
/* background-size: contain; */
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
object-fit: contain; /* width: 100%; */
/* border: 1px; */
/* border-style: dashed; */
/* object-fit: contain; */
}
.container {
display: inline-flex;
/* width: 500px; */
height: 65px;
/* border-style: dashed; */
/* border: 1px; */
} }