Touhou Wiki
Advertisement
# File: p_race.txt


# This file is used to initialize the "lib/data/p_race.raw" file, which is
# used to initialize the "player race" information for the Angband game.

# Do not modify this file unless you know exactly what you are doing,
# unless you wish to risk possible system crashes and broken savefiles.
# After modifying this file, delete the "lib/data/p_race.raw" file.

# === Understanding p_race.txt ===

# Format:
# N:race number:race name
# S:str:int:wis:dex:con:chr
# R:dis:dev:sav:stl:srh:fos:thn:thb
# X:hitdie:expbase:infra
# I:history:agebase:agemod
# H:hgtmale:modhgtmale:hgtfemale:modhgtfemale
# W:wgtmale:modwgtmale:wgtfemale:modwgtfemale
# F:racial flags
# C:classes (numeric)

# 'N' indicates the beginning of an entry. The serial number must
# increase for each new race.

# 'S' is for the stat modifiers - strength, intelligence, wisdom,
# dexterity, constitution, charisma.

# 'R' is for the base skills - disarming, magic devices, saving throws,
# stealth, searching ability, searching frequency, to hit (melee),
# to hit (bows).

# 'X' is for extra info - max. hitpoints gained per level, experience
# factor in percent, range of infravision in 10 feets.

# 'I' is for info - starting point of the player history, base age,
# random age modifier.

# 'H' is height info - base height (males), mod height (males),
# base height (females), mod height (females).

# 'W' is weight info - base weight (males), mod weight (males),
# base weight (females), mod weight (females).

# 'F' is for racial flags.

# 'C' is for class choices.


# Version stamp (required)

V:3.0.10


N:0:Human
S:0:0:0:0:0:0
R:0:0:0:0:0:10:0:0
X:10:75:0
I:1:14:6
H:72:6:66:4
W:180:25:150:20
C:0|1|2|3|4|5

N:1:Half-Ghost
S:0:1:-1:1:-1:1
R:2:3:3:1:6:11:-1:5
X:10:100:2
I:4:24:16
H:66:6:62:6
W:130:15:100:10
F:SUST_DEX
C:0|1|2|3|4|5

N:2:Ghost
S:-1:2:1:1:-3:0
R:5:6:6:1:8:12:-5:15
X:9:110:3
I:5:75:75
H:60:4:54:4
W:100:6:80:6
F:FEATHER | SUST_DEX | RES_LITE
C:0|1|3|4

N:3:Doll
S:-4:2:1:3:-2:9
R:15:18:18:4:12:15:-10:20
X:7:50:2
I:10:21:12
H:36:3:33:3
W:60:3:50:3
F:HOLD_LIFE
C:0|3|4

N:4:Nekomata
S:-2:2:0:9:-2:5
R:10:12:12:3:6:13:12:12
X:8:65:6
I:13:50:40
H:42:3:39:3
W:90:6:75:3
F:FREE_ACT
C:0|1|2|3

N:5:Fairy
S:-4:-4:-4:0:-4:9
R:2:9:9:-1:7:10:15:0
X:11:20:0
I:16:35:15
H:48:3:46:3
W:150:10:120:10
F:FEATHER 
C:0|1|2|3|4|5

N:6:Hakutaku
S:2:5:0:-2:2:-5
R:-3:-3:-3:-1:0:7:12:-5
X:10:110:3
I:19:11:4
H:66:1:62:1
W:150:5:120:5
F:RES_DARK
C:0|2|3

N:7:Oni
S:9:-4:-2:-4:4:-6
R:-5:-8:-8:-2:-1:5:20:-10
X:12:120:3
I:21:20:10
H:96:10:84:8
W:250:50:225:40
F:SUST_STR | REGEN
C:0|2

N:8:Youkai
S:1:0:2:2:-1:0
R:4:5:5:2:3:13:15:10
X:10:150:2
I:1:50:20
H:82:5:78:6
W:190:20:180:15
F:SUST_CON
C:0|1|2|3|4|5

N:9:Lunarian
S:1:3:-1:1:1:5
R:4:20:20:3:3:14:10:25
X:10:150:3
I:7:100:30
H:90:10:82:10
W:190:20:180:15
F:RES_LITE | SEE_INVIS
C:0|1|2|4

N:10:Vampire
S:-9:9:3:2:2:2
R:10:5:0:4:15:15:-5:10
X:8:125:9
I:23:15:10
H:38:4:36:3
W:70:5:60:4
F:RES_DARK | RES_POIS
C:1|2

N:11:Rabbit
S:-4:3:0:4:-4:1
R:10:15:0:5:15:15:0:10
X:8:100:3
I:70:15:10
H:38:4:36:3
W:70:5:60:4
F:REGEN
C:1|2|3
Advertisement