-
Notifications
You must be signed in to change notification settings - Fork 53
Replace Ifrit with Tribarine Being #196
base: master
Are you sure you want to change the base?
Changes from 8 commits
c4962e5
aab812f
91acd88
11209da
78089fa
13c0b80
b05870a
8307b07
621be5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
- type: entity | ||
parent: Bible | ||
id: BibleMystagogue | ||
name: book of mysteries | ||
description: The mystagogue's holy book. | ||
name: Field Guide to Advanced Anomalous Sciences | ||
description: A book issued to all mystagogues, meant to prepare them for some of the more advanced concepts in epistemics. Now including a tutorial on summoning Tribarine Beings! | ||
components: | ||
- type: Summonable | ||
specialItem: SpawnPointGhostIfrit | ||
- type: Sprite | ||
sprite: Nyanotrasen/Objects/Specific/Chapel/holylight.rsi | ||
sprite: DeltaV/Objects/Specific/Epistemics/mysta_book.rsi | ||
state: icon | ||
- type: Item | ||
size: 15 | ||
sprite: Nyanotrasen/Objects/Specific/Chapel/holylight.rsi | ||
sprite: DeltaV/Objects/Specific/Epistemics/mysta_book.rsi |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What? lmao There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's the only way I could update the error with the folder names PLEASE i swear I'm not joking There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, I've had a similar issue, should be able to delete it after the renaming commit lol There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't delete her. She won't let me. She's too powerful. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-3.0", | ||
"copyright": "Leonardo DaBepis#4869 on discord / @leonardo-dabepis on Tumblr", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "triangle_base", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "triangle_flare", | ||
"directions": 4, | ||
"delays": [ | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ] | ||
] | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Leonardo DaBepis#4869 on discord / @leonardo-dabepis on Tumblr", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-4.0", | ||
"copyright": "Leonardo DaBepis#4869 on discord / @leonardo-dabepis on Tumblr", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "welder_flame" | ||
}, | ||
{ | ||
"name": "inhand-left" | ||
}, | ||
{ | ||
"name": "inhand-right" | ||
}, | ||
{ | ||
"name": "inhand-left-flame", | ||
"directions": 4, | ||
"delays": [ | ||
[ 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13 ], | ||
[ 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13 ], | ||
[ 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13 ], | ||
[ 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13 ] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-right-flame", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13 | ||
], | ||
[ | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13 | ||
], | ||
[ | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13 | ||
], | ||
[ | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13, | ||
0.13 | ||
] | ||
leonardo-dabepis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
] | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Folder is
DeltaV/Mobs/Aliens/golems/triangle.rsi
but game is looking forDeltaV/Mobs/Aliens/Golems/triangle.rsi
Casual capitalization issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay I think I fixed it but I couldn't figure out how to make changes without changing the actual files in the folders, so I was forced to add a new Secret Character