soapstone: separate string tables into headers.
This commit is contained in:
parent
6c04fcaa54
commit
a4911ea3b9
5 changed files with 899 additions and 879 deletions
404
soapstone_ds3.h
Normal file
404
soapstone_ds3.h
Normal file
|
|
@ -0,0 +1,404 @@
|
|||
// Dark Souls 3 messages
|
||||
|
||||
#define DS3_TEMPLATES 17
|
||||
const char templates3[DS3_TEMPLATES][32] =
|
||||
{
|
||||
"%s ahead",
|
||||
"No %s ahead",
|
||||
"%s required ahead",
|
||||
"be wary of %s",
|
||||
"try %s",
|
||||
"Could this be a %s?",
|
||||
"If only I had a %s...",
|
||||
"visions of %s...",
|
||||
"Time for %s",
|
||||
"%s",
|
||||
"%s!",
|
||||
"%s?",
|
||||
"%s...",
|
||||
"Huh. It's a %s...",
|
||||
"praise the %s!",
|
||||
"Let there be %s",
|
||||
"Ahh, %s..."
|
||||
};
|
||||
|
||||
#define DS3_CONJUNCTIONS 10
|
||||
const char conjunctions3[DS3_CONJUNCTIONS][32] =
|
||||
{
|
||||
" and then ",
|
||||
" but ",
|
||||
" therefore ",
|
||||
" in short ",
|
||||
" or ",
|
||||
" only ",
|
||||
" by the way ",
|
||||
" so to speak ",
|
||||
" all the more ",
|
||||
", ",
|
||||
};
|
||||
|
||||
#define DS3_GESTURES 33
|
||||
const char gestures3[DS3_GESTURES][32] =
|
||||
{
|
||||
"Point forward",
|
||||
"Point up",
|
||||
"Point down",
|
||||
"Wave",
|
||||
"Beckon",
|
||||
"Call over",
|
||||
"Welcome",
|
||||
"Applause",
|
||||
"Quiet Resolve",
|
||||
"Jump for joy",
|
||||
"Joy",
|
||||
"Rejoice",
|
||||
"Hurrah!",
|
||||
"Praise the Sun",
|
||||
"My thanks!",
|
||||
"Bow",
|
||||
"Proper bow",
|
||||
"Dignified bow",
|
||||
"Duel bow",
|
||||
"Legion Etiquette",
|
||||
"Darkmoon Loyalty",
|
||||
"By my sword",
|
||||
"Prayer",
|
||||
"Silent Ally",
|
||||
"Rest",
|
||||
"Collapse",
|
||||
"Patches Squat",
|
||||
"Prostration",
|
||||
"Toast",
|
||||
"Sleep",
|
||||
"Curl up",
|
||||
"Stretch out",
|
||||
"Path of the Dragon"
|
||||
};
|
||||
|
||||
#define DS3_WORDS 322
|
||||
#define DS3_WORDS2 211
|
||||
const char words3[DS3_WORDS][32] =
|
||||
{
|
||||
"enemy",
|
||||
"monster",
|
||||
"mob enemy",
|
||||
"tough enemy",
|
||||
"critical foe",
|
||||
"Hollow",
|
||||
"pilgrim",
|
||||
"prisoner",
|
||||
"monstrosity",
|
||||
"skeleton",
|
||||
"ghost",
|
||||
"beast",
|
||||
"lizard",
|
||||
"bug",
|
||||
"grub",
|
||||
"crab",
|
||||
"dwarf",
|
||||
"giant",
|
||||
"demon",
|
||||
"dragon",
|
||||
"knight",
|
||||
"sellsword",
|
||||
"warrior",
|
||||
"herald",
|
||||
"bandit",
|
||||
"assassin",
|
||||
"sorcerer",
|
||||
"pyromancer",
|
||||
"cleric",
|
||||
"deprived",
|
||||
"sniper",
|
||||
"duo",
|
||||
"trio",
|
||||
"you",
|
||||
"you bastard",
|
||||
"good fellow",
|
||||
"saint",
|
||||
"wretch",
|
||||
"charmer",
|
||||
"poor soul",
|
||||
"oddball",
|
||||
"nimble one",
|
||||
"laggard",
|
||||
"moneybags",
|
||||
"beggar",
|
||||
"miscreant",
|
||||
"liar",
|
||||
"fatty",
|
||||
"beanpole",
|
||||
"youth",
|
||||
"elder",
|
||||
"old codger",
|
||||
"old dear",
|
||||
"miscreant",
|
||||
"artisan",
|
||||
"master",
|
||||
"sage",
|
||||
"champion",
|
||||
"Lord of Cinder",
|
||||
"king",
|
||||
"queen",
|
||||
"prince",
|
||||
"princess",
|
||||
"angel",
|
||||
"god",
|
||||
"friend",
|
||||
"ally",
|
||||
"spouse",
|
||||
"covenantor",
|
||||
"Phantom",
|
||||
"Dark Spirit",
|
||||
"bonfire",
|
||||
"ember",
|
||||
"fog wall",
|
||||
"lever",
|
||||
"contraption",
|
||||
"key",
|
||||
"trap",
|
||||
"torch",
|
||||
"door",
|
||||
"treasure",
|
||||
"chest",
|
||||
"something",
|
||||
"quite something",
|
||||
"rubbish",
|
||||
"filth",
|
||||
"weapon",
|
||||
"shield",
|
||||
"projectile",
|
||||
"armor",
|
||||
"item",
|
||||
"ring",
|
||||
"ore",
|
||||
"coal",
|
||||
"transposing kiln",
|
||||
"scroll",
|
||||
"umbral ash",
|
||||
"throne",
|
||||
"rite",
|
||||
"coffin",
|
||||
"cinder",
|
||||
"ash",
|
||||
"moon",
|
||||
"eye",
|
||||
"brew",
|
||||
"soup",
|
||||
"message",
|
||||
"bloodstain",
|
||||
"illusion",
|
||||
"close-ranged battle",
|
||||
"ranged battle",
|
||||
"eliminating one at a time",
|
||||
"luring it out",
|
||||
"beating to a pulp",
|
||||
"ambush",
|
||||
"pincer attack",
|
||||
"hitting them in one swoop",
|
||||
"dual-wielding",
|
||||
"stealth",
|
||||
"mimicry",
|
||||
"fleeing",
|
||||
"charging",
|
||||
"jumping off",
|
||||
"dashing through",
|
||||
"circling around",
|
||||
"trapping inside",
|
||||
"rescue",
|
||||
"Skill",
|
||||
"sorcery",
|
||||
"pyromancy",
|
||||
"miracles",
|
||||
"pure luck",
|
||||
"prudence",
|
||||
"brief respite",
|
||||
"play dead",
|
||||
"jog",
|
||||
"dash",
|
||||
"rolling",
|
||||
"backstepping",
|
||||
"jumping",
|
||||
"attacking",
|
||||
"jump attack",
|
||||
"dash attack",
|
||||
"counter attack",
|
||||
"stabbing in the back",
|
||||
"guard stun & stab",
|
||||
"plunging attack",
|
||||
"sweeping attack",
|
||||
"shield breaking",
|
||||
"blocking",
|
||||
"parrying",
|
||||
"locking-on",
|
||||
"no lock-on",
|
||||
"two-handing",
|
||||
"gesture",
|
||||
"control",
|
||||
"destroy",
|
||||
"boulder",
|
||||
"lava",
|
||||
"poison gas",
|
||||
"enemy horde",
|
||||
"forest",
|
||||
"swamp",
|
||||
"cave",
|
||||
"shortcut",
|
||||
"detour",
|
||||
"hidden path",
|
||||
"secret passage",
|
||||
"dead end",
|
||||
"labyrinth",
|
||||
"hole",
|
||||
"bright spot",
|
||||
"dark spot",
|
||||
"open area",
|
||||
"tight spot",
|
||||
"safe zone",
|
||||
"danger zone",
|
||||
"sniper spot",
|
||||
"hiding place",
|
||||
"illusory wall",
|
||||
"ladder",
|
||||
"lift",
|
||||
"gorgeous view",
|
||||
"looking away",
|
||||
"overconfidence",
|
||||
"slip-up",
|
||||
"oversight",
|
||||
"fatigue",
|
||||
"bad luck",
|
||||
"inattention",
|
||||
"loss of stamina",
|
||||
"chance encounter",
|
||||
"planned encounter",
|
||||
"front",
|
||||
"back",
|
||||
"left",
|
||||
"right",
|
||||
"up",
|
||||
"down",
|
||||
"below",
|
||||
"above",
|
||||
"behind",
|
||||
"head",
|
||||
"neck",
|
||||
"stomach",
|
||||
"back",
|
||||
"arm",
|
||||
"finger",
|
||||
"leg",
|
||||
"rear",
|
||||
"tail",
|
||||
"wings",
|
||||
"anywhere",
|
||||
"tongue",
|
||||
"right arm",
|
||||
"left arm",
|
||||
"thumb",
|
||||
"indexfinger",
|
||||
"longfinger",
|
||||
"ringfinger",
|
||||
"smallfinger",
|
||||
"right leg",
|
||||
"left leg",
|
||||
"right side",
|
||||
"left side",
|
||||
"pincer",
|
||||
"wheel",
|
||||
"core",
|
||||
"mount",
|
||||
"regular",
|
||||
"strike",
|
||||
"thrust",
|
||||
"slash",
|
||||
"magic",
|
||||
"crystal",
|
||||
"fire",
|
||||
"chaos",
|
||||
"lightning",
|
||||
"blessing",
|
||||
"dark",
|
||||
"critical hits",
|
||||
"bleeding",
|
||||
"poison",
|
||||
"toxic",
|
||||
"frost",
|
||||
"curse",
|
||||
"equipment breakage",
|
||||
"chance",
|
||||
"quagmire",
|
||||
"hint",
|
||||
"secret",
|
||||
"sleeptalk",
|
||||
"happiness",
|
||||
"misfortune",
|
||||
"life",
|
||||
"death",
|
||||
"demise",
|
||||
"joy",
|
||||
"fury",
|
||||
"agony",
|
||||
"sadness",
|
||||
"tears",
|
||||
"loyalty",
|
||||
"betrayal",
|
||||
"hope",
|
||||
"despair",
|
||||
"fear",
|
||||
"losing sanity",
|
||||
"victory",
|
||||
"defeat",
|
||||
"sacrifice",
|
||||
"light",
|
||||
"dark",
|
||||
"bravery",
|
||||
"confidence",
|
||||
"vigor",
|
||||
"revenge",
|
||||
"resignation",
|
||||
"overwhelming",
|
||||
"regret",
|
||||
"pointless",
|
||||
"man",
|
||||
"woman",
|
||||
"friendship",
|
||||
"love",
|
||||
"recklessness",
|
||||
"composure",
|
||||
"guts",
|
||||
"comfort",
|
||||
"silence",
|
||||
"deep",
|
||||
"good luck",
|
||||
"fine work",
|
||||
"I did it!",
|
||||
"I've failed...",
|
||||
"here!",
|
||||
"not here!",
|
||||
"I can't take this...",
|
||||
"lonely...",
|
||||
"don't you dare!",
|
||||
"do it!",
|
||||
"look carefully",
|
||||
"listen carefully",
|
||||
"think carefully",
|
||||
"this place again?",
|
||||
"now the real fight begins",
|
||||
"you don't deserve this",
|
||||
"keep moving",
|
||||
"pull back",
|
||||
"give it up",
|
||||
"don't give up",
|
||||
"help me...",
|
||||
"impossible...",
|
||||
"bloody expensive...",
|
||||
"let me out of here...",
|
||||
"stay calm",
|
||||
"like a dream...",
|
||||
"seems familiar...",
|
||||
"are you ready?",
|
||||
"it'll happen to you too",
|
||||
"praise the Sun!",
|
||||
"may the flames guide thee"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue