[WIP] Oriental Weapons Pack
- undeaddemon
- Posts: 157
- Joined: Fri Mar 02, 2012 3:38 pm
Re: [WIP] Oriental Weapons Pack
Yes JW, very tempting -
Re: [WIP] Oriental Weapons Pack
You need a wakizashi
Re: [WIP] Oriental Weapons Pack
It's decided, I have integrated them in my mod...
by the way, there is an issue in the item definition of the quarterstaff:
it should be instead of
thanks for your work!
by the way, there is an issue in the item definition of the quarterstaff:
SpoilerShow
Code: Select all
defineObject{
name = "ow_quarterstaff",
class = "Item",
uiName = "Quarterstaff",
description = "A fast and efficient blunt weapon which increases the wielders evasion while armed.",
model = "mod_assets/oriental_weapons/models/quarterstaff.fbx",
gfxAtlas = "mod_assets/oriental_weapons/gui/ow_icons.tga",
gfxIndex = 0,
attackPower = 7,
accuracy = 3,
skill = "unarmed",
Code: Select all
skill = "unarmed_combat",
Code: Select all
skill = "unarmed",
- JohnWordsworth
- Posts: 1397
- Joined: Fri Sep 14, 2012 4:19 pm
- Location: Devon, United Kingdom
- Contact:
Re: [WIP] Oriental Weapons Pack
@Undeaddemon: Thanks .
@Hustin: Added to the list. Next time I get some time to model, I'll get to work on a Wakizashi.
@BonboBeat: Great to hear that you're using them! Thanks for the spot on the Quarterstaff. Have changed my local version and it will be fixed in the next version. I don't know if the skill makes a difference if the requiredLevel is 0 or not, but will fix it anyway. I'm contemplating making the staff work from the 'staves' skill, but only Mages have that. Although, I was thinking if you have Staves then you get an additional bonus to your protection when equipped...
@Hustin: Added to the list. Next time I get some time to model, I'll get to work on a Wakizashi.
@BonboBeat: Great to hear that you're using them! Thanks for the spot on the Quarterstaff. Have changed my local version and it will be fixed in the next version. I don't know if the skill makes a difference if the requiredLevel is 0 or not, but will fix it anyway. I'm contemplating making the staff work from the 'staves' skill, but only Mages have that. Although, I was thinking if you have Staves then you get an additional bonus to your protection when equipped...
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
Re: [WIP] Oriental Weapons Pack
why not, as always the mage isn't well protected
well, It wouldnt change anything, but if you insert a require level > 0 then the weapon is unusable because the game didn't recognize this skill.
when i ve test it i set a required level to 7, but I didnt see that the skill is unarmed instead of unarmed_combat. So in game I couldn't use it, I was going to have a headache when I see "owww, it's the wrong skill name!"
well, It wouldnt change anything, but if you insert a require level > 0 then the weapon is unusable because the game didn't recognize this skill.
when i ve test it i set a required level to 7, but I didnt see that the skill is unarmed instead of unarmed_combat. So in game I couldn't use it, I was going to have a headache when I see "owww, it's the wrong skill name!"
Re: [WIP] Oriental Weapons Pack
Awesome stuff!! Thank you John
Labyrinth of Lies (viewtopic.php?f=14&t=4400)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
- JohnWordsworth
- Posts: 1397
- Joined: Fri Sep 14, 2012 4:19 pm
- Location: Devon, United Kingdom
- Contact:
Re: [WIP] Oriental Weapons Pack
Thanks for the feedback guys . Have been away for a few days, but got a bit more time this evening to add some more items and change things up.
* Changed install process: You must now create a script entity called ow_script and paste the provided script into your dungeon! If you want to use the special features.
* Added a Wakizashi. If you wield both the Wakizashi and the Katana you get an evasion bonus equal to 3 + ceil(Sword Skill / 4).
* Added 4 egg shell bombs (Fire, Ice, Poison, Shock) which are basically weaker versions of the standard bombs so you can give out more of them.
* Quarterstaff now uses the staves skill and gives an evasion bonus of 3 + ceil(Staves Skill / 4). Makes this a defensive item for mages.
* Fixed bug where wall hooks would not accept a quarterstaff.
Mod Link again for the Lazy
SpoilerShow
* Added a Wakizashi. If you wield both the Wakizashi and the Katana you get an evasion bonus equal to 3 + ceil(Sword Skill / 4).
* Added 4 egg shell bombs (Fire, Ice, Poison, Shock) which are basically weaker versions of the standard bombs so you can give out more of them.
* Quarterstaff now uses the staves skill and gives an evasion bonus of 3 + ceil(Staves Skill / 4). Makes this a defensive item for mages.
* Fixed bug where wall hooks would not accept a quarterstaff.
Mod Link again for the Lazy
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
- JohnWordsworth
- Posts: 1397
- Joined: Fri Sep 14, 2012 4:19 pm
- Location: Devon, United Kingdom
- Contact:
Re: [WIP] Oriental Weapons Pack
Added a 'Three Section Staff'. Also made the quarterstaff a reach weapon so that Mages can have a bit of fun from the back row (even if they are unlikely to do much damage with them).
SpoilerShow
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.
Re: [WIP] Oriental Weapons Pack
Good works, it's becoming a great item mod, for an oriental story mod.
Did you plan to make some oriental decoration too? like japanese paper wall or something?
Did you plan to make some oriental decoration too? like japanese paper wall or something?
- JohnWordsworth
- Posts: 1397
- Joined: Fri Sep 14, 2012 4:19 pm
- Location: Devon, United Kingdom
- Contact:
Re: [WIP] Oriental Weapons Pack
That's a nice idea BongoBeat. I hadn't really thought about doing more than weapons, but after I've added a bunch more weapons to the pack, I might consider an 'Oriental Decorations' pack too...
My Grimrock Projects Page with links to the Grimrock Model Toolkit, GrimFBX, Atlas Toolkit, QuickBar, NoteBook and the Oriental Weapons Pack.