Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SuddenEyePuncture committed Jun 6, 2021
2 parents 9855e30 + b03c725 commit 91d4626
Show file tree
Hide file tree
Showing 16 changed files with 3,861 additions and 3,727 deletions.
16 changes: 16 additions & 0 deletions data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,22 @@
{ "fuel": 1, "smoke": 4, "burn": 0.3 }
]
},
{
"type": "material",
"id": "slime",
"name": "slime",
"density": 1,
"bash_resist": 0,
"cut_resist": 0,
"bullet_resist": 0,
"acid_resist": 0,
"fire_resist": 0,
"elec_resist": 0,
"chip_resist": 0,
"dmg_adj": [ "scratched", "cut", "cracked", "shattered" ],
"bash_dmg_verb": "dented",
"cut_dmg_verb": "gouged"
},
{
"type": "material",
"id": "steel",
Expand Down
6 changes: 6 additions & 0 deletions data/json/monsters/slimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"weight": "81500 g",
"hp": 80,
"speed": 70,
"material": [ "slime" ],
"symbol": "O",
"color": "dark_gray",
"phase": "LIQUID",
Expand Down Expand Up @@ -42,6 +43,7 @@
"weight": "200 kg",
"hp": 400,
"speed": 50,
"material": [ "slime" ],
"symbol": "O",
"color": "black_green",
"phase": "LIQUID",
Expand Down Expand Up @@ -70,6 +72,7 @@
"weight": "120 kg",
"hp": 160,
"speed": 90,
"material": [ "slime" ],
"symbol": "O",
"color": "light_gray",
"phase": "LIQUID",
Expand Down Expand Up @@ -102,6 +105,7 @@
"weight": "40750 g",
"hp": 40,
"speed": 50,
"material": [ "slime" ],
"symbol": "o",
"color": "dark_gray",
"phase": "LIQUID",
Expand Down Expand Up @@ -131,6 +135,7 @@
"weight": "120 kg",
"hp": 200,
"speed": 40,
"material": [ "slime" ],
"symbol": "O",
"color": "light_gray",
"phase": "LIQUID",
Expand Down Expand Up @@ -158,6 +163,7 @@
"weight": "81500 g",
"hp": 40,
"speed": 100,
"material": [ "slime" ],
"symbol": "O",
"color": "light_green",
"phase": "LIQUID",
Expand Down
Binary file modified gfx/Cuteclysm/backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gfx/Cuteclysm/backdropoffset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/creatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/expandedcreatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gfx/Cuteclysm/fields.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/fillerItems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/fillerVehicles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/hugebackdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/items.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/tallbackdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Cuteclysm/tallexpandedcreatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91d4626

Please sign in to comment.