Merge pull request #3215 from schnautzr/master

Add Greater Sandwurm enemy for white biome, sprite, atlas
This commit is contained in:
Anthony Calosa
2023-06-07 14:07:48 +08:00
committed by GitHub
4 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
sandwurm2.png
size: 160,64
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Avatar
xy: 0, 0
size: 32,32
Idle
xy: 0,37
size:32,18
Attack
xy: 32, 5
size: 32,18
Attack
xy: 64, 5
size: 32,18
Attack
xy: 96, 5
size: 32,18
Attack
xy: 128, 5
size: 32,18
Death
xy: 32, 37
size: 32,18
Death
xy: 64, 37
size: 32,18
Death
xy: 96, 37
size: 32,18
Death
xy: 128, 37
size: 32,18

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -8916,6 +8916,50 @@
"IdentityBlack"
]
},
{
"name": "Greater Sandwurm",
"sprite": "sprites/monsters/sandwurm2.atlas",
"deck": [
"decks/monsters/sandwurm.dck"
],
"ai": "",
"spawnRate": 1,
"difficulty": 0.1,
"speed": 0,
"life": 12,
"rewards": [
{
"type": "deckCard",
"probability": 1,
"count": 2,
"addMaxCount": 4
},
{
"type": "gold",
"probability": 0.7,
"count": 10,
"addMaxCount": 90
},
{
"type": "card",
"probability": 0.5,
"count": 3,
"colors": [
"White"
],
"rarity": [
"Rare"
]
}
],
"colors": "G",
"questTags": [
"Wurm",
"Nature",
"Subterranean",
"IdentityWhite"
]
},
{
"name": "Greater Zombie",
"sprite": "sprites/unholy/zombie.atlas",
@@ -20161,4 +20205,4 @@
"BiomeBlack"
]
}
]
]

View File

@@ -60,6 +60,7 @@
"Owl",
"Raven",
"Runelord",
"Greater Sandwurm",
"Scorpion",
"Scarab",
"Stray Cat",
@@ -135,4 +136,4 @@
]
}
]
}
}