Cleanup and license adjustments
This commit is contained in:
parent
9317290a50
commit
a93792fb1e
@ -546,6 +546,40 @@ GNU Lesser General Public License v2.1 or later (see included LICENSE file)
|
||||
|
||||
- spawners_mobs_bunny.ogg
|
||||
|
||||
**CC0-1.0, by bananplyte**, https://freesound.org/people/bananplyte/sounds
|
||||
|
||||
- spawners_mobs_uruk_hai_hit.1.ogg
|
||||
- spawners_mobs_uruk_hai_hit.2.ogg
|
||||
- spawners_mobs_uruk_hai_hit.3.ogg
|
||||
- spawners_mobs_uruk_hai_neutral.1.ogg
|
||||
- spawners_mobs_uruk_hai_neutral.2.ogg
|
||||
- spawners_mobs_uruk_hai_neutral.3.ogg
|
||||
- spawners_mobs_uruk_hai_attack.1.ogg
|
||||
- spawners_mobs_uruk_hai_attack.2.ogg
|
||||
- spawners_mobs_uruk_hai_attack.3.ogg
|
||||
- spawners_mobs_uruk_hai_death.1.ogg
|
||||
- spawners_mobs_uruk_hai_death.2.ogg
|
||||
- spawners_mobs_uruk_hai_death.3.ogg
|
||||
|
||||
**CC-BY-4.0, by LittleRobotSoundFactory**, https://freesound.org/people/LittleRobotSoundFactory/sounds
|
||||
|
||||
- spawners_mobs_balrog_hit.1.ogg
|
||||
- spawners_mobs_balrog_hit.2.ogg
|
||||
- spawners_mobs_balrog_hit.3.ogg
|
||||
- spawners_mobs_balrog_neutral.1.ogg
|
||||
- spawners_mobs_balrog_neutral.2.ogg
|
||||
- spawners_mobs_balrog_neutral.3.ogg
|
||||
- spawners_mobs_balrog_attack.1.ogg
|
||||
- spawners_mobs_balrog_attack.2.ogg
|
||||
- spawners_mobs_balrog_attack.3.ogg
|
||||
- spawners_mobs_balrog_death.1.ogg
|
||||
- spawners_mobs_balrog_death.2.ogg
|
||||
- spawners_mobs_balrog_death.3.ogg
|
||||
|
||||
**CC-BY-4.0, by LiamG_SFX**, https://freesound.org/people/LiamG_SFX/sounds/334234/
|
||||
|
||||
- spawners_mobs_balrog_fireball.ogg
|
||||
|
||||
### Models
|
||||
|
||||
**Original model by MirceaKitsune (CC BY-SA 3.0).**
|
||||
|
@ -56,7 +56,7 @@ spawners_mobs.MOBS_PROPS = {
|
||||
egg_name_custom = '',
|
||||
dummy_size = { x = 0.3, y = 0.3 },
|
||||
dummy_offset = -0.3,
|
||||
dummy_mesh = 'mobs_cow.x',
|
||||
dummy_mesh = 'mobs_cow.b3d',
|
||||
dummy_texture = { 'mobs_cow.png' },
|
||||
night_only = false,
|
||||
sound_custom = ''
|
||||
@ -66,7 +66,7 @@ spawners_mobs.MOBS_PROPS = {
|
||||
egg_name_custom = '',
|
||||
dummy_size = { x = 0.9, y = 0.9 },
|
||||
dummy_offset = 0.2,
|
||||
dummy_mesh = 'mobs_chicken.x',
|
||||
dummy_mesh = 'mobs_chicken.b3d',
|
||||
dummy_texture = { 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png', 'mobs_chicken.png' },
|
||||
night_only = false,
|
||||
sound_custom = 'mobs_chicken'
|
||||
@ -76,7 +76,7 @@ spawners_mobs.MOBS_PROPS = {
|
||||
egg_name_custom = '',
|
||||
dummy_size = { x = 0.62, y = 0.62 },
|
||||
dummy_offset = -0.3,
|
||||
dummy_mesh = 'mobs_pumba.x',
|
||||
dummy_mesh = 'mobs_pumba.b3d',
|
||||
dummy_texture = { 'mobs_pumba.png' },
|
||||
night_only = false,
|
||||
sound_custom = 'mobs_pig'
|
||||
|
@ -22,8 +22,10 @@ local balrog_def = {
|
||||
type = 'monster',
|
||||
passive = false,
|
||||
rotate = 180,
|
||||
hp_min = 1000,
|
||||
hp_max = 1250,
|
||||
hp_min = 10,
|
||||
hp_max = 15,
|
||||
-- hp_min = 1000,
|
||||
-- hp_max = 1250,
|
||||
pathfinding = false,
|
||||
attack_type = 'dogshoot',
|
||||
shoot_interval = 0.6,
|
||||
@ -32,7 +34,8 @@ local balrog_def = {
|
||||
shoot_offset = 1,
|
||||
arrow = 'spawners_mobs:balrog_firebolt',
|
||||
reach = 5,
|
||||
damage = 10,
|
||||
damage = 1,
|
||||
-- damage = 10,
|
||||
armor = 100,
|
||||
collisionbox = { -0.8, -2.1, -0.8, 0.8, 2.6, 0.8 },
|
||||
visual_size = { x = 2, y = 2 },
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.1.ogg
Normal file
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.1.ogg
Normal file
Binary file not shown.
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.2.ogg
Normal file
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.2.ogg
Normal file
Binary file not shown.
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.3.ogg
Normal file
BIN
spawners_mobs/sounds/spawners_mobs_balrog_death.3.ogg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
spawners_mobs/sounds/spawners_mobs_balrog_neutral.3.ogg
Normal file
BIN
spawners_mobs/sounds/spawners_mobs_balrog_neutral.3.ogg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user