diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..730df8f --- /dev/null +++ b/mod.conf @@ -0,0 +1,6 @@ +name = assorted_mecha +description = contains an assortment of various weaponized vehecles. +depends = +author = Soundwavez (fork by Heisenberg) +title = Assorted mecha (fork) +version = 0.3 diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..eb83af3 --- /dev/null +++ b/readme.txt @@ -0,0 +1,4 @@ +Copyright [2025] [Soundwavez]. All Rights Reserved. + + +adds mecha. \ No newline at end of file diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..2796f6d --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,11 @@ +# assorted_mecha settings + +[Assorted Mecha] + +# Damage dealt by a plasma bolt explosion to players and entities within blast radius. +# Default: 100 HP per hit +assorted_mecha_explosion_damage (Plasma Bolt Explosion Damage) int 100 1 1000 + +# Damage dealt by a single mecha bullet to players and entities on direct hit. +# Default: 100 HP per hit +assorted_mecha_bullet_damage (Mecha Bullet Direct Hit Damage) int 100 1 1000