Hollow Knight RPG Beta (Update #1)

This is a continuation of the beta test for the Unofficial HK RPG I've been working on over these last 2 months. The first page is now 99% complete. Additional pages will be implemented in coming updates.
This commit is contained in:
Cc
2024-04-01 09:11:39 -07:00
parent a46f117ade
commit 0a953e5490
5 changed files with 1011 additions and 305 deletions
@@ -46,37 +46,37 @@
.insight {
position: absolute;
top: 151px;
top: 154px;
left: 194px;
}
.insight-mod {
position: absolute;
top: 181px;
top: 185px;
left: 194px;
}
.shell {
position: absolute;
top: 237px;
top: 240px;
left: 194px;
}
.shell-mod {
position: absolute;
top: 267px;
top: 270px;
left: 194px;
}
.grace {
position: absolute;
top: 325px;
top: 334px;
left: 194px;
}
.grace-mod {
position: absolute;
top: 355px;
top: 365px;
left: 194px;
}
@@ -88,19 +88,19 @@
.checkinsight {
position: absolute;
top: 149px;
top: 152px;
left: 48px;
}
.checkshell {
position: absolute;
top: 235px;
top: 236px;
left: 48px;
}
.checkgrace {
position: absolute;
top: 323px;
top: 332px;
left: 48px;
}
@@ -435,7 +435,7 @@
.bulka {
position: absolute;
top: 806px;
left: 285px;
left: 286px;
}
.dr {
@@ -444,22 +444,52 @@
left: 319px;
}
.armdurmax {
position: absolute;
top: 806px;
left: 367px;
}
.armname {
position: absolute;
top: 806px;
left: 54px;
}
.armsoak {
position: absolute;
top: 840px;
left: 59px;
}
.armsoakreroll {
position: absolute;
top: 840px;
left: 163px;
}
.armdur {
position: absolute;
top: 840px;
left: 293px;
}
.bulktotal {
position: absolute;
top: 97px;
top: 64px;
left: 321px;
}
.load {
position: absolute;
top: 97px;
top: 64px;
left: 390px;
}
.toggle {
position: absolute;
top: 445px;
left: 450px;
left: 446px;
}
.equipped {
@@ -568,8 +598,8 @@
.init {
position: absolute;
top: 139px;
left: 266px;
top: 373px;
left: 80px;
}
.grapple {
@@ -580,8 +610,14 @@
.turn {
position: absolute;
top: 139px;
left: 342px;
top: 100px;
left: 266px;
}
.endturn {
position: absolute;
top: 100px;
left: 352px;
}
.paral {
@@ -680,10 +716,16 @@
.absorption {
position: absolute;
top: 271px;
top: 276px;
left: 153px;
}
.absorptiondur {
position: absolute;
top: 298px;
left: 80px;
}
.drisk {
position: absolute;
top: 233px;
@@ -714,6 +756,24 @@
left: 365px;
}
.se1 {
position: absolute;
top: 134px;
left: 282px;
}
.se2 {
position: absolute;
top: 134px;
left: 330px;
}
.se3 {
position: absolute;
top: 134px;
left: 378px;
}
.dot1 {
position: absolute;
top: 381px;
@@ -732,18 +792,6 @@
left: 378px;
}
.armdur {
position: absolute;
top: 806px;
left: 362px;
}
.armname {
position: absolute;
top: 806px;
left: 54px;
}
.heart {
position: absolute;
top: 807px;
Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

+4 -4
View File
@@ -1,8 +1,8 @@
{
"html": "HKTTRPGbetatest1.html",
"css": "HKTTRPGbetatest1.css",
"html": "HKRPG.html",
"css": "HKRPG.css",
"authors": "Ccmaci",
"roll20userid": "4023225",
"preview": "HKTTRPGpreviewimage.png",
"instructions": "This is a beta test for the Unofficial Hollow Knight TTRPG. A second page accounting for spells and classes will be developed in the futureBut as of now, I wish to give players access to what I have completed so far, as to see how affective the character sheet is at simplifying gameplay."
"preview": "HKRPG.png",
"instructions": "This is a beta test for the Unofficial Hollow Knight TTRPG. More pages accounting for spells and classes will be developed in the future. But as of now, I wish to give players access to what I have completed so far, as to see how affective the character sheet is at simplifying gameplay. So far, page 1 has been 99.9% developed."
}