mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Merge pull request #3215 from schnautzr/master
Add Greater Sandwurm enemy for white biome, sprite, atlas
This commit is contained in:
@@ -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
|
||||
BIN
forge-gui/res/adventure/Shandalar/sprites/monsters/sandwurm2.png
Normal file
BIN
forge-gui/res/adventure/Shandalar/sprites/monsters/sandwurm2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"Owl",
|
||||
"Raven",
|
||||
"Runelord",
|
||||
"Greater Sandwurm",
|
||||
"Scorpion",
|
||||
"Scarab",
|
||||
"Stray Cat",
|
||||
@@ -135,4 +136,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user