Skip to content

Commit

Permalink
Merge pull request #58 from Wrongtown/feat/20220504
Browse files Browse the repository at this point in the history
Feat/20220504
  • Loading branch information
Wrongtown authored May 4, 2022
2 parents a2ccbcf + 9a0dc9f commit a99e526
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 31 deletions.
9 changes: 5 additions & 4 deletions wrongtown_goombanistan/abilities/100005_Party_Trick.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
"duration": 5.0,
"effects": {
"damage": [
5,
10
10,
30
],
"damage_type": "physical",
"immobilize": 90,
"knockback": 1
"knockback": 1,
"pierce": 1
},
"id": 100005,
"image": 384,
"level": 1,
"name": "Party Trick",
"profession": 100099,
"range": 8,
"target": "health"
"target": "line"
}
10 changes: 5 additions & 5 deletions wrongtown_goombanistan/abilities/100014_Gift_Sub_Deluge.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"cast_time": 1.0,
"cooldown": 1.0,
"cost": {
"health": 1,
"stamina": 0
"health": 0,
"stamina": 1
},
"description": "Drop fat stacks of cash from the sky. It will deal ::damage ::damage_type damage to everyone in the area.",
"duration": 0.0,
"effects": {
"aoe_range": 2,
"aoe_range": 10,
"aoe_shape": 1,
"damage": [
10,
10
100
],
"damage_type": "true"
},
"id": 100014,
"image": 50,
"level": 99,
"min_range": 4,
"min_range": 11,
"name": "Gift Sub Deluge",
"range": 15,
"target": "aoe_tile"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cast_time": 1.0,
"cooldown": 20.0,
"cost": {
"health": 1,
"health": 30,
"stamina": 10
},
"description": "Summons Toddler Warriors. No guarantee they will behave in a way you desire.\n\nThis has been reduced to Charissa's actual prediction of what Anna could handle.",
Expand Down
7 changes: 3 additions & 4 deletions wrongtown_goombanistan/animations/200001_Turkey_Gobble.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"animation_origin_self": false,
"blocking": false,
"camera_shake": {
"bounces": 0,
"duration": 0.0,
"power": 0.0,
"type": 1
"power": 0.0
},
"chain_particles": false,
"id": 200001,
Expand All @@ -25,7 +24,7 @@
"on_impact": 200002,
"spin": 300.0,
"tile_id": 992,
"velocity": 20.0
"velocity": 40.0
}
],
"sound": {
Expand Down
8 changes: 4 additions & 4 deletions wrongtown_goombanistan/animations/200004_Money_Shower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"type": 1
},
"chain_particles": false,
"explosion_range": 4,
"explosion_range": 20,
"id": 200004,
"ignore_roof": true,
"ignore_roof": false,
"name": "Money Shower",
"random_delay": [
0,
1000
2000
],
"random_target": true,
"repeat": 89,
"repeat": 500,
"sound": {
"id": 1005,
"volume": 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
],
"sound": {
"id": 1008,
"volume": 100
"volume": 200
}
}
13 changes: 9 additions & 4 deletions wrongtown_goombanistan/animations/200013_Raining_Sack.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"elevation": 500,
"elevation_drop": true,
"explosion_range": 1,
"flags": 32768,
"life": 500.0,
"on_impact": 164,
Expand All @@ -31,12 +32,13 @@
{
"color": [
[
40,
41,
44,
250
14,
18,
20,
98
]
],
"explosion_range": 5,
"flags": 0,
"life": 200.0,
"tile_id": 993
Expand All @@ -51,6 +53,7 @@
]
],
"delay": 200.0,
"explosion_range": 5,
"flags": 8,
"life": 150.0,
"tile_id": 993
Expand All @@ -65,6 +68,7 @@
]
],
"delay": 300.0,
"explosion_range": 5,
"flags": 0,
"life": 100.0,
"tile_id": 993
Expand All @@ -79,6 +83,7 @@
]
],
"delay": 400.0,
"explosion_range": 5,
"flags": 0,
"life": 100.0,
"tile_id": 993
Expand Down
4 changes: 3 additions & 1 deletion wrongtown_goombanistan/entities/200107_Charissa.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
35
],
"allow_production": [],
"behaviors": [],
"behaviors": [
18
],
"enemies": [
4,
9
Expand Down
17 changes: 13 additions & 4 deletions wrongtown_goombanistan/entities/200108_Decibel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"ability_user": [
100014,
47,
71,
123
],
"artificial_intelligence": {
Expand All @@ -11,7 +10,9 @@
35
],
"allow_production": [],
"behaviors": [],
"behaviors": [
18
],
"enemies": [
4,
9
Expand Down Expand Up @@ -48,11 +49,19 @@
"right_hand": [
{
"chance": 1.0,
"id": 115,
"name": "Battle Axe",
"id": 779,
"name": "Mercenary Bow",
"stack": 1
}
],
"ammo": [
{
"chance": 1.0,
"id": 857,
"name": "Feather Arrow",
"stack": 50
}
],
"torso_armor": [
{
"chance": 1.0,
Expand Down
6 changes: 3 additions & 3 deletions wrongtown_goombanistan/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"disable_3d": false,
"disable_transition_tiles": false,
"draw_all_glyphs": true,
"game_required": "1.0.9",
"game_required": "1.1.10",
"icon": "goomWink.png",
"mods_required": [
"core",
Expand All @@ -15,5 +15,5 @@
"overwrite": true,
"steam_publish_id": 2801735216,
"thumbnail": "",
"version": "1.1.4"
}
"version": "1.2.0"
}

0 comments on commit a99e526

Please sign in to comment.