Dateien nach "/" hochladen

This commit is contained in:
2026-03-06 11:14:51 +00:00
parent 8cdf022d3b
commit b22d4c78c9
3 changed files with 21 additions and 0 deletions

6
mod.conf Normal file
View File

@@ -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

4
readme.txt Normal file
View File

@@ -0,0 +1,4 @@
Copyright [2025] [Soundwavez]. All Rights Reserved.
adds mecha.

11
settingtypes.txt Normal file
View File

@@ -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