Ask a simple question, get a simple answer
Re: Ask a simple question, get a simple answer
Hey All,
Q - does anyone have the correct vanilla math for the damage taken from the poison condition??
Akroma
Q - does anyone have the correct vanilla math for the damage taken from the poison condition??
Akroma
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)
Re: Ask a simple question, get a simple answer
Every 7, 8, or 9 seconds (chosen randomly with equal probability each time), the champion takes between 3 to 9 poison damage (again, randomly chosen integer with equal probability).
It also prevents health regeneration, is removed when the champion dies, and cannot be inflicted on a champion with 100 poison resistance.
Their portrait is also tinted green in the lower right panels, but not in the large character sheet.
It also prevents health regeneration, is removed when the champion dies, and cannot be inflicted on a champion with 100 poison resistance.
Their portrait is also tinted green in the lower right panels, but not in the large character sheet.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Ask a simple question, get a simple answer
Thank you sir!
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)
Re: Ask a simple question, get a simple answer
is that possible to make the name of some items in another color than white?
Like epic items, who shows item name in yellow.
Like epic items, who shows item name in yellow.
Re: Ask a simple question, get a simple answer
Let's say a certain big mod has many enemies that drop a lot of items. All these items are being hoarded in 1 central spot/room. we're talking about a lot of items. 100+ weapons, 100+ armors, various other objects etc...
They simply keep piling up. Would this affect the save/load time considerably?
Since
1. You have moved them away from their original spot and dropped them in a room in sacks, boxes or just haphazardly all over the room in piles.
2. They have been dropped by enemies by default drop rates. (long swords from the undead knights for example)
And let's say you finally come to a shop many hours later where you finally "sell" these items by a simple "destroy" command.
Will that then lower the save/load time again measureably?
They simply keep piling up. Would this affect the save/load time considerably?
Since
1. You have moved them away from their original spot and dropped them in a room in sacks, boxes or just haphazardly all over the room in piles.
2. They have been dropped by enemies by default drop rates. (long swords from the undead knights for example)
And let's say you finally come to a shop many hours later where you finally "sell" these items by a simple "destroy" command.
Will that then lower the save/load time again measureably?
Re: Ask a simple question, get a simple answer
need help on a special thing, don't know how to do that:
I want a special item, let's say a sword (like the powergem stand - the one you click and you receive a powergem), and when you click on it, it first check if one of the champions has enough strength, make that 30 STR, if not, you cannot take the sword, if yes, the sword(stand) is destroyed and you take a sword(item) in the mouseitem
It's like excalibur (was it excalibur?) who was put in a stone, and only the king could take it out.
I want a special item, let's say a sword (like the powergem stand - the one you click and you receive a powergem), and when you click on it, it first check if one of the champions has enough strength, make that 30 STR, if not, you cannot take the sword, if yes, the sword(stand) is destroyed and you take a sword(item) in the mouseitem
It's like excalibur (was it excalibur?) who was put in a stone, and only the king could take it out.
Re: Ask a simple question, get a simple answer
Are you looking for just the script, or the assets as well? How is it presented to the player?
- Zo Kath Ra
- Posts: 937
- Joined: Sat Apr 21, 2012 9:57 am
- Location: Germany
Re: Ask a simple question, get a simple answer
Like Isaac, I'm wondering what help you need that can't already be found in the asset packbongobeat wrote: ↑Fri Aug 28, 2020 4:50 pm need help on a special thing, don't know how to do that:
I want a special item, let's say a sword (like the powergem stand - the one you click and you receive a powergem), and when you click on it, it first check if one of the champions has enough strength, make that 30 STR, if not, you cannot take the sword, if yes, the sword(stand) is destroyed and you take a sword(item) in the mouseitem
It's like excalibur (was it excalibur?) who was put in a stone, and only the king could take it out.
assets/scripts/items/misc.lua
power_gem_item
power_gem
Re: Ask a simple question, get a simple answer
I'm looking for the script.
Re: Ask a simple question, get a simple answer
it's not about the item or something like doing a stand like the power gem object, it's the script to detect if one party member has enough of one stat to pick up a sword.Zo Kath Ra wrote: ↑Sat Aug 29, 2020 7:57 amLike Isaac, I'm wondering what help you need that can't already be found in the asset packbongobeat wrote: ↑Fri Aug 28, 2020 4:50 pm need help on a special thing, don't know how to do that:
I want a special item, let's say a sword (like the powergem stand - the one you click and you receive a powergem), and when you click on it, it first check if one of the champions has enough strength, make that 30 STR, if not, you cannot take the sword, if yes, the sword(stand) is destroyed and you take a sword(item) in the mouseitem
It's like excalibur (was it excalibur?) who was put in a stone, and only the king could take it out.
assets/scripts/items/misc.lua
power_gem_item
power_gem