33[ ![ License: GPLv3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 ) 
44![ Python] ( https://img.shields.io/badge/python-3.12-blue.svg ) 
55[ ![ PEP8] ( https://img.shields.io/badge/code%20style-pep8-orange.svg )] ( https://www.python.org/dev/peps/pep-0008/ ) 
6- 
7- <a  href =" https://buymeacoffee.com/n0lavar "  target =" _blank "  title =" buymeacoffee " >
8-   <img  src =" https://iili.io/JIYMmUN.gif "   alt =" buymeacoffee-animated-badge "  style =" width  : 160px  ;" >
9- </a >
6+ [ ![ Donate] ( https://img.shields.io/badge/Donate-8A2BE2 )] ( https://revolut.me/n0lavar ) 
107
118## Info  
129
@@ -93,16 +90,27 @@ arguments will generate a solo with a captain rank.
9390
9491``` 
9592usage: cp_red_npc_generator.exe  
96-     [-h]  
97-     [--rank {private,corporal,lieutenant,captain,lieutenant_colonel,lieutenant_general,general}] 
98-     [--role {rockerboy,solo,netrunner,tech,medtech,media,exec,lawman,fixer,nomad,civilian}] 
99-     [--seed SEED] [--flat | --no-flat] 
100-     [--log-level {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}] 
101-     [--use-borgware | --no-use-borgware] 
93+                [-h] 
94+                [--rank {private,corporal,lieutenant,captain,lieutenant_colonel,lieutenant_general,general,0,1,2,3,4,5,6}] 
95+                [--role {rockerboy,solo,netrunner,tech,medtech,media,exec,lawman,fixer,nomad,civilian}] 
96+                [--seed SEED] [--flat | --no-flat] 
97+                [--log-level {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}] 
98+                [--allow-non-basic-ammo | --no-allow-non-basic-ammo] 
99+                [--allow-grenades | --no-allow-grenades] 
100+                [--allow-armor | --no-allow-armor] 
101+                [--allow-cyberware | --no-allow-cyberware] 
102+                [--allow-borgware | --no-allow-borgware] 
103+                [--allow-drugs | --no-allow-drugs] 
104+                [--allow-equipment | --no-allow-equipment] 
105+                [--allow-money | --no-allow-money] 
106+                [--allow-junk | --no-allow-junk] 
107+                [--allow-melee-weapon | --no-allow-melee-weapon] 
108+                [--allow-ranged-weapon | --no-allow-ranged-weapon] 
109+                [--allow-martial-arts | --no-allow-martial-arts] 
102110
103111options: 
104112  -h, --help            show this help message and exit 
105-   --rank {private,corporal,lieutenant,captain,lieutenant_colonel,lieutenant_general,general} 
113+   --rank {private,corporal,lieutenant,captain,lieutenant_colonel,lieutenant_general,general,0,1,2,3,4,5,6 } 
106114                        A measure of the development of a given NPC, where 
107115                        private is an unskilled and unknown newcomer, and 
108116                        general is a world-class character. Rank determines 
@@ -121,9 +129,38 @@ options:
121129                        and copy-pasting, but takes much more space. 
122130  --log-level {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET} 
123131                        Logging level. Default is INFO. 
124-   --use-borgware, --no-use-borgware 
132+   --allow-non-basic-ammo, --no-allow-non-basic-ammo 
133+                         Is specified, allow non-basic ammo, such as armor 
134+                         piercing and expansive. 
135+   --allow-grenades, --no-allow-grenades 
136+                         Is specified, allow grenades 
137+   --allow-armor, --no-allow-armor 
138+                         Is specified, allow armor items (cyberware armor will 
139+                         still be there). 
140+   --allow-cyberware, --no-allow-cyberware 
141+                         Is specified, allow cyberware. 
142+   --allow-borgware, --no-allow-borgware 
125143                        If specified, allow borgware. Usually you don't want 
126144                        the regular mooks to use that cool stuff. 
145+   --allow-drugs, --no-allow-drugs 
146+                         Is specified, allow adding drugs. Drugs may be added 
147+                         or not depending on airhypo generation. 
148+   --allow-equipment, --no-allow-equipment 
149+                         Is specified, allow equipment, such as flashlight and 
150+                         airhypo (cyberware equipment will still be there). 
151+   --allow-money, --no-allow-money 
152+                         Is specified, allow money. 
153+   --allow-junk, --no-allow-junk 
154+                         Is specified, allow useless junk for flavor. 
155+   --allow-melee-weapon, --no-allow-melee-weapon 
156+                         Is specified, allow melee weapon (brawling, martial 
157+                         arts and cyberware weapons will still be there). 
158+   --allow-ranged-weapon, --no-allow-ranged-weapon 
159+                         Is specified, allow ranged weapon (cyberware weapons 
160+                         will still be there). 
161+   --allow-martial-arts, --no-allow-martial-arts 
162+                         Is specified, allow martial arts (brawling will still 
163+                         be there). 
127164``` 
128165
129166## Examples of input and output data  
0 commit comments