mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
26 lines
389 B
Plaintext
Executable File
26 lines
389 B
Plaintext
Executable File
#include "profession_defaults.def"
|
|
|
|
#define FILENAME(a) STRINGER(creation/profession_defaults_##a.iff)
|
|
|
|
#define PROF(a) \
|
|
chunk "DATA" \
|
|
{ \
|
|
cstring #a \
|
|
FILENAME(a) \
|
|
}
|
|
|
|
|
|
form "PFDT"
|
|
{
|
|
form "0000"
|
|
{
|
|
PROF(crafting_artisan)
|
|
PROF(combat_brawler)
|
|
PROF(social_entertainer)
|
|
PROF(combat_marksman)
|
|
PROF(science_medic)
|
|
PROF(outdoors_scout)
|
|
PROF(jedi)
|
|
}
|
|
}
|