Random-NPC-PC-Background-Generator
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Fleshes out PC/NPCs for the lazy/uninspired/time crunched.
===========================================================================
Random NPC/PC Background Generator
Cobbled together by Georgina Duy 2011
===========================================================================

The purpose of this script is to generate various details to help flesh out
PC/NPCs. This includes all those little tidbits of information such such as
basic appearance, personality traits, family members, and a few past life
experiences. Such data is generated based on setting/genre: Modern, Fantasy,
Cyberpunk, Mixed.


===========================================================================
 HOW TO RUN IT
===========================================================================

Enter the following into your shell: ruby npcbgen.rb  -options
 
OPTIONS:

	--peeps		-p[N]	: Generate N backgrounds. 
	--modern	-m		: Generate for a Modern setting
	--fantasy   	-f		: Generate for a Fantasy setting
	--cyberpunk	-c		: Generate for a Cyberpunk setting
	--mixed		-x		: Generate for a Mixed setting
	
EXAMPLES:

	This will generate 4 backgrounds for a mixed setting
	ruby npcbgen.rb -p4 -x 
	
	This will generate 10 background for a modern setting
	ruby npcbgen.rb -p10 -m
	
===========================================================================

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。