Compare commits

..

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

8 changed files with 20150 additions and 21807 deletions

@ -1 +1 @@
Subproject commit a457525145ba1d5ad3b1762c40056b6316099b21
Subproject commit 619edf90ced943f7f6d7083c85db71141f2a9f68

File diff suppressed because one or more lines are too long

View File

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

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,30 @@
/* 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;
}
.container {
display: inline-flex;
width: 200px;
height: 50px;
}