There's lib/edit/k_info.txt for the weapon kinds, lib/edit/e_info.txt for ego-item types (including ego weapons) and lib/edit/a_info.txt for standard artifacts (including weapons). There's very little code for specific items as opposed to code for treating the attributes of those items, since items are mostly defined entirely by their attributes. Death scythes and rune swords and poison needles have some special code here and there, and a small number of artifacts also have specific code for unusual effects. Such special code isn't organized in any one place, but stuff that affects combat in unusual ways is largely in cmd1.c while stuff that affects stats in unusual ways is in xtra1.c.
[Announce] FrogComposband 7.1.salmiak released
Collapse
X
-
I need help compiling and running under arch linux, wanted to try again to compile and run but now im getting the following error with the following commands:
$ sh autogen.sh
$ ./configure
$ make clean
$ make
$ ./src/frogcomposband -ufrog -mgcu -- -n1
./src/frogcomposband: Fatal Error.
Code:sudo make install
Comment
-
Code:./configure --prefix $HOME/.frogcomposband
thank you!Comment
-
thank you so much! it now works and is installed in my home directory! thank you!Comment
-
Found my first ever Wild weapon (never heard of or seen one before). In item description it says:
Code:Wild Weapon Resist Dark, Sound Free Action Score 14.9k (L31)
What does it actually mean?Last edited by budswell; September 2, 2020, 23:38.Comment
-
Your average damage per round and blows per round with your current weapon(s) are shown on your Character Sheet (press Cm) as well as in the Knowledge Menu (~W). The "score" of a weapon (or any other item) is simply its nominal value; it matters if you sell or buy or reforge or insure or alchemize it, and is a rough indicator of how good the item is, but the highest-scoring item isn't always the best fit for your equipment.The Complainer worries about the lack of activity here these days.Comment
-
ah thank you so much for that! another thing im not finding, its a way to move the stats to the left instead of the right, i played angband for so long that its so difficult to get used to it being on the right, also i play both games and i would want both having the stats on the left, its there a way to do so?Comment
-
ah thank you so much for that! another thing im not finding, its a way to move the stats to the left instead of the right, i played angband for so long that its so difficult to get used to it being on the right, also i play both games and i would want both having the stats on the left, its there a way to do so?The Complainer worries about the lack of activity here these days.Comment
-
No; the stats can't be on the left in FrogComposband because there are multiple message lines, and if the stat sidebar were on the left it would get overwritten by messages all the time. (Message lines starting to the side would solve this problem, of course, but they would also look extremely ugly.) Vanilla Angband only has a single message line, which occupies the otherwise empty top row, so it can place the stat sidebar wherever it wants.
im playing a chaos high-mage, and i love the option of coffe-break, with no wilderness, i will try that when my current character die.
I saw that the first dungeon close to the town is called Warrens, its not "Angband" from vanilla angband, right?Comment
-
ah! thank you for that, i just starting a few days back to play FrogComposBand and im enjoying it so much, that that will not be a problem after a while i think.
im playing a chaos high-mage, and i love the option of coffe-break, with no wilderness, i will try that when my current character die.
I saw that the first dungeon close to the town is called Warrens, its not "Angband" from vanilla angband, right?
In coffee-break mode Angband is the only dungeon.The Complainer worries about the lack of activity here these days.Comment
-
No, Warrens is the smallest and easiest dungeon. The dungeon of Angband, where Oberon and the Serpent of Chaos lurk, is northeast of Morivant (you can refer to the map at ?ag, where it's highlighted, if you have trouble locating it on the normal overworld map).
In coffee-break mode Angband is the only dungeon.
Other question, the latest Frog version is based in which vanilla version?Comment
-
So far im loving also the fact that different down stairs, lead to different dungeons branches, in vanilla angband all down stairs lead to the same dungeon and are not permanent if you go back. Its very different and also very nice.
Other question, the latest Frog version is based in which vanilla version?The Complainer worries about the lack of activity here these days.Comment
-
I believe ZAngband 2.0.0, the direct ancestor of Frog, was forked from Vanilla Angband 2.8.1; so all versions of FrogComposband (and Composband and PosChengband and Chengband and Hengband, and ZAngband from 2.0.0 up) are ultimately based on V 2.8.1. Of course, they have come quite a long way since then...Comment
Comment