2023-12-16 10:27:22 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2024-08-04 22:09:50 +02:00
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [KarmaRequirement](./bitburner.karmarequirement.md)
|
2023-12-16 10:27:22 +01:00
|
|
|
|
2024-08-04 22:09:50 +02:00
|
|
|
## KarmaRequirement interface
|
2023-12-16 10:27:22 +01:00
|
|
|
|
|
|
|
Player must have less than this much karma.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
2024-08-04 22:09:50 +02:00
|
|
|
interface KarmaRequirement
|
2023-12-16 10:27:22 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
2024-08-04 22:09:50 +02:00
|
|
|
| [karma](./bitburner.karmarequirement.karma.md) | | number | |
|
|
|
|
| [type](./bitburner.karmarequirement.type.md) | | "karma" | |
|
2023-12-16 10:27:22 +01:00
|
|
|
|