雨世界

雨世界

Iterator Kit
MissingCHU 2024 年 9 月 7 日 下午 9:13
Ring and Sigil invisible
For some strange reason, my iterator's halo and Sigil will not show up. There is no errors shown on screen?
[
{
"id": "TDW",
"roomId": "VZ_AI",
"annoyedScore": 10,
"angryScore": 5,
"pearlFallback": "pebbles",
"startPos": {
"x": 0,
"y": 0
},
"roomEffects": {
"pearls": "pebbles"
},
"cornerPositions": [
{
"x": 9,
"y": 32
},
{
"x": 38,
"y": 32
},
{
"x": 38,
"y": 3
},
{
"x": 10,
"y": 3
}
],
"body": {
"oracleColor": {
"r": 204,
"g": 194,
"b": 21
},
"halo": {
},
"arm": {
"armColor": {
"r": 99,
"g": 99,
"b": 99
},
"armHighlight": {
"r": 142,
"g": 142,
"b": 142
}
},
"sigil": {
"sprite": "tdwSigil",
"r": 136, "g": 115, "b": 0
},
"gown": {
"color": {
"type": "gradient",
"from": {
"h": 337,
"s": 82,
"l": 24
},
"to": {
"h": 355,
"s": 67,
"l": 19
}
}
},
"eyes": {
"r": 255,
"g": 255,
"b": 255
}
},
"events": {
"generic": {
"playerEnter": [
{
"random": true,
"gravity": 1,
"sound": "SS_AI_Exit_Work_Mode",
"moveTo": {
"x": 0,
"y": 0
},
"texts": [ "Hello <PlayerName>!", "This is a randomly picked dialog" ],
"color": {
"r": 255,
"g": 0,
"b": 255,
"a": 255
},
"action": "giveMark",
"screens": [
{
"image": "aiimg3",
"hold": 80,
"alpha": 200,
"pos": {
"x": 0,
"y": 0
},
"moveSpeed": 0
}
]
}
],
"afterGiveMark": [
{
"texts": [ ". . .", "Are you recieving this?" ],
"score": {
"action": "set",
"amount": 17
}
},
{
"for": [ "Red" ],
"texts": [ "This is only avalible for red!" ],
"action": "giveKarma",
"actionParam": 9
},
{
"event": "afterGiveMark",
"action": "startPlayerConversation"
}
],
"playerConversation": [
{
"hold": 4,
"movement": "talk",
"gravity": 1,
"texts": [
"...Distasteful beast.",
"I will not tolerate this."
],
"screens": [
{
"image": "aiimg3",
"hold": 80,
"alpha": 0,
"pos": {
"x": 370,
"y": 300
},
"moveSpeed": 0
}
]
},
{
"gravity": 0,
"sound": "SS_AI_Enter_Work_Mode",
"action": "killPlayer",
}
],
"playerAttack": [
{
"random": true,
"relationship": ["normal", "friend"],
"texts": [ "Dishonorable beast.", "..." ],
"gravity": 0,
"score": {
"action": "subtract",
"amount": 10,
"action": "killPlayer"
}
},
{
"random": true,
"relationship": ["annoyed", "angry"],
"texts": [ "...", "DONT." ],
"score": {
"action": "subtract",
"amount": 10
}
}
],
"oracleAnnoyed": [
{
"random": true,
"texts": [ "This shows when the oracle is mad at the player!", "LEAVE.", "GET OUT." ],
"action": "killPlayer",
"action": "kickPlayerOut",
"actionParam": "SU_test"
}
],
"oracleAngry": [
{
"texts": [ "GET OUT!" ],
"movement": "keepDistance",
"action": "killPlayer",
"action": "kickPlayerOut"
}
],
"playerDead": [
{
"texts": ["rip"],
"action": "kickPlayerOut",
"actionParam": "SU_test",
"gravity": 0
}
]
},
"pearls": [
{
"item": "CC",
"text": "this is a pearl dialog! for CC"
},
{
"item": "Misc",
"texts": [ "This is where the white pearl dialogs go." ]
}
],
"items": [
{
"item": "Spear",
"text": "Be careful!"
}
]
}

},
{
"id": "SS",
"for": [ "sparkcat" ],
"events": {
"generic": [
{
"event": "playerEnter",
"texts": [ "This is custom text for custom slugcats like you <PLAYERNAME>!" ],
"action": "kickPlayerOut"
}
]
}
}

]
< >
正在显示第 1 - 2 条,共 2 条留言
MissingCHU 2024 年 9 月 7 日 下午 9:33 
Update, the ring will now show up, but the positioning of the ring is offset by at lease 300 pixels, and the sigil still wont appear.
RadianceDelta 2024 年 11 月 24 日 下午 2:33 
I used to have Sigils working but i think they've broken at some point. The example mod just has "Sigil": null in its oracle.json file now.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50