[Script] Battalion
Sat, 2015-10-03 23:44
I've moved my Battalion script development and README here: https://github.com/Anachron/hw-battalion.
There is also a wiki page about it: http://hedgewars.org/node/6598
I've moved my Battalion script development and README here: https://github.com/Anachron/hw-battalion.
There is also a wiki page about it: http://hedgewars.org/node/6598
1: If you really just want the crates to contain weapons, utilities and health, then you should just use normal crates. Only use fake crates if want to get rid of the normal weapon collection event, or something like that.
2: Hedgewars already scales the number of mines automatically. The “Mines” parameter roughly sets the number of mines on a medium island and is scaled for different map sizes.
3: Hedgewars already sacles the number of explosives automatically. The “Explosives” parameter roughly sets the number of barrels on a medium island and is scaled for different map sizes.
Hi, I am a Hedgewars developer.
Actually I have further plans with the weapon crate, being empty and all this kind of stuff So I start soon with changing the crate to be a fake.
Hah! You always learn something new. Thanks!
I have made a quick test for 0.8.0, this is what I got to say:
EDIT:
You should add the most important “special rules” to the Goals text (Esc). I.e. that hedgehogs get random weapons each turn and they get all possible weapons in Sudden Death.
You just have to set the “Goals” variable in onGameInit(), then this text is ADDED to the default text.
Example:
Goals = "Cool rule 1: Some description|Cool rule 2: Another description"
The idea is that people who never heard of this script before understand it.
Hi, I am a Hedgewars developer.
Fixed in latest version. Thanks for the good feedback!
That's a good feedback! I am not sure how to do that yet though. Maybe you have an idea?
I'll do it in later versions of the script. For now, it's on my todo.
I've added this as well in the latest version. Thank you for your feedback!
That is going to be the Ninja! I can remove that kami is counted as weapon, would that make it better? So it always has sticky mine or shuriken.
So what is your final opinion based on? Do you mind explainig?
Edit:
I've been declaring Kamikaze as no-weapon in 0.10.0, so this combination is not possible anymore. Thanks for your feedback!
I've added the version 0.19.0.
Edit: I've added a 0.19 hwp file.
0.22:
- Builder: Moved Blowtorch to helpers, removed Rope and added Whip
- SuddenDeath: Fixed possible issue not getting Sudden Death
- SuddenDeath: Added counter
- SuddenDeath: Reset rounds to default until ClansCount can be read in onGameInit
- Hogs: Fixed a bug that caused weapons of hogs to be regenerated on new turn
0.23:
- Hogs: Fixed wrong coding where weapons and helpers would not be randomized
0.24:
- Highland: Added new sub mode "Highland" (see first post)
Hello,
I have got ideas for 2 new hog professions for battalion.
The 1st 1 is the Astronaut.His health is 80 points and his weapons are the pistol,lowering the gravity,the rope,the spacecraft and bonus time.He´s got the bonus time because people on a planet older faster then in a spacestation. The second one is the crazy scientist,which spawns sometimes instead of the normal scientist his health is 75 points and his weapons are all medic and scientist weapons at once.Their hats could be for the astronaut:scif_swStormtrooper and for the crazy scientist:cyborg2
Hey spacebattleguy,
thanks for your suggestion!
Here is a WIP of the upcoming version:
0.27:
- SuddenDeath: Replaced custom algorithm with onSuddenDeath
- SuddenDeath & Highlander:
Hogs now get 2 bonus weapons for a kill
Fix non-kill drowning hogs adding weapons the enemy hog
- Support: Dropped support for hedgewars < 0.9.22
- Hunter: Replaced AirMine with Bee
- Mines: Reset mine time, mine count and duds to defaults
- Explosives: Reset amount to default
- TurnTime: Reset time to default
- Crates: Increased gap for effects
- Params: Make use of Params.lua
- Cave: Don't spawn Air-General in cave type terrain
- Locale: Allow code to be translated, using the Locale.lua script now.
- Balance: (will only work in 0.9.23+)
RC-Plane: Back to 3 bombs, dealing up to 15dmg/hit
DEagle: Now deals 12dmg/shot
Cake: Deals up tp 50dmg
- King Mode: Added new sub mode "King" (see above)
Iv´e got an idea for a 0.28 changelog:
added crazy scientist and astronaut
added king submode
added shoppa submode
added battalion theme
added a hog speachbubblescript adding five hit phrazes:Ouch!,Crap!,Damn it!,Ahhh!,AHHHHHHHHHHH!
This is only a suggestion and has NOT to be like I wrote down.
Version 0.27 is released on DLC now.
I have got new idea for a new hog profession:The chef.His weapons are the meetkleevrs the molotwockcoctail,the Birdy because some cooks cook bird eggs and the cake.
Please tell me if my suggestions are getting annoing.
Hey spacebattleguy, the profession does already exist actually.
Take a look at the first post:
Type: "Chef"
chance: 7%
hat: "chef"
hitpoints: 70
hogLimit: 1
weaponLimit: 1
weapons: {Cake, Knife, Whip}
helperLimit: 1
helpers: {Rubber, Parachute}
special: false
And nope, I am happy for any idea or feedback I can get
Whoops.
I have got a new idea for a battalion profession:The Timetraveler. His weapons are the portal gun,the teleporter and the time box.His helpers sre the rubber and the parachute.His hat is:NoHat.
I have got a new idea for a battalion profession:The Blackmage.His hat could be the Blackmage aht from one of the hat packs.His weapons could be the portal gun,resurrection and the teleporter.His helpers could be the steelbars and the parachute.
You know you can also make anachron invent new weaons, like that continentals supplies script does
For example, a wep that raises or lowers water level.
--
Oh, what the heck. 1PLXzL1CBUD1kdEWqMrwNUfGrGiirV1WpH <= tip a hedgewars dev
Yay!
The Blackmage could have a new weapon:the magic staff.It shoots balls of dark magic(2 at the time)which have the explosion off dynamite.I have got a new hat for the astronaut too.It´s scif_cosmonaut.A water loweing wep could be good too for the Blackmage.
========================================================================
Battalion===================Profession=======================Campaign
========================================================================
This is my idea for a Battalion Campaign:
You,the timetraveler, have to track down the Battalion-Professions in order to beat the Hellarmy(an evil organisation with all kinds of evil people(evil robots,ghosts,the devil,bandits etc.)having their base in the hell and are up to take over the world).
The list is:
timetraveler(you)
pyromancer
astronaut
chef
rifleman
athlete
ninja
warrior
scientist
medic
hunter
builder
blackmage
king
crazy scientist(an old member of the hellarmy, which decided to get to the good side)
At the end of the campaign you beat the king of the hellarmy
I've done a lot of changes on Battalion and also moved the development and README here: https://github.com/Anachron/hw-battalion
I've added a list of all available variants here: https://github.com/Anachron/hw-battalion/blob/master/VARIANTS.md