Projectile spells + fireball spell (#9058)
* Projectile spells + fireball spell * say it with some gumption
BIN
Resources/Textures/Objects/Magic/magicactions.rsi/fireball.png
Normal file
|
After Width: | Height: | Size: 533 B |
BIN
Resources/Textures/Objects/Magic/magicactions.rsi/gib.png
Normal file
|
After Width: | Height: | Size: 988 B |
|
After Width: | Height: | Size: 364 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13/commit/78db6bd5c2b2b3d1f5cd8fd75be3a39d5d929943",
|
||||
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13/commit/78db6bd5c2b2b3d1f5cd8fd75be3a39d5d929943 andhttps://github.com/tgstation/tgstation/commit/906fb0682bab6a0975b45036001c54f021f58ae7 ",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -18,6 +18,15 @@
|
||||
},
|
||||
{
|
||||
"name": "blink"
|
||||
},
|
||||
{
|
||||
"name": "fireball"
|
||||
},
|
||||
{
|
||||
"name": "magicmissile"
|
||||
},
|
||||
{
|
||||
"name": "gib"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 906 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 320 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 325 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 395 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 468 B |
|
After Width: | Height: | Size: 488 B |
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Tgstation at https://github.com/tgstation/tgstation/commit/906fb0682bab6a0975b45036001c54f021f58ae7",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "energy",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "magicm",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spell",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ice"
|
||||
},
|
||||
{
|
||||
"name": "declone"
|
||||
},
|
||||
{
|
||||
"name": "bluespace",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "energy2",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "energy3",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chronobolt"
|
||||
},
|
||||
{
|
||||
"name": "arcane_barrage"
|
||||
},
|
||||
{
|
||||
"name": "fireball",
|
||||
"delays": [
|
||||
[
|
||||
0.095,
|
||||
0.095,
|
||||
0.095,
|
||||
0.095,
|
||||
0.095
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spellcard"
|
||||
},
|
||||
{
|
||||
"name": "blastwave",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "infernoshot",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "cryoshot"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 371 B |